Property

Property class

ユーザー定義プロパティを保持するクラス。 @hideconstructor

メソッド

getValue

名前説明
getValue()値を取得または設定します。値。

Result:


setValue

名前説明
setValue(value)値を取得または設定します。値。

Result:


setName

名前説明
setName(value)

Result:


getValueType

名前説明
getValueType()プロパティ値の型を取得します。値の型。

Result:


getProperties

名前説明
getProperties()すべてのプロパティのコレクションを取得します。

Result:


getBindPoint

名前説明
getBindPoint(anim, create)指定されたアニメーションインスタンス上のプロパティバインドポイントを取得します。

Parameters:

名前説明
animAnimationNodeどのアニメーションでバインドポイントを作成するか。
作成booleanプロパティバインドポイントが見つからない場合は作成してください。

Result: BindPoint


getKeyframeSequence

名前説明
getKeyframeSequence(anim, create)指定されたアニメーションインスタンスのキーフレームシーケンスを取得します。

Parameters:

名前説明
animAnimationNodeどのアニメーションでキーフレームシーケンスを作成するか。
作成booleanキーフレームシーケンスが見つからない場合は作成してください。

Result: KeyframeSequence


toString

名前説明
toString()現在のプロパティを表す文字列を返します。

Result: 文字列


removeProperty

名前説明
removeProperty(property)動的プロパティを削除します。

Parameters:

名前説明
propertyProperty削除するプロパティはどれですか

Result: boolean


removeProperty

名前説明
removeProperty(property)名前で識別された指定されたプロパティを削除します。

Parameters:

名前説明
propert文字列null

Result: boolean


getProperty

名前説明
getProperty(property)指定されたプロパティの値を取得します

Parameters:

名前説明
property文字列プロパティ名

Result: オブジェクト


setProperty

名前説明
setProperty(property, value)指定されたプロパティの値を設定します

Parameters:

名前説明
property文字列プロパティ名
オブジェクトプロパティの値

Result: オブジェクト


findProperty

名前説明
findProperty(propertyName)プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty によって作成)またはネイティブプロパティ(名前で識別)になる可能性があります

Parameters:

名前説明
propertyName文字列プロパティ名。

Result: Property