AnimationNode

AnimationNode class

Aspose.3D はアニメーション階層をサポートし、各アニメーションは複数のアニメーションとアニメーションのキーフレーム定義で構成できます。AnimationNode は時間経過に伴うプロパティ値の変換を定義します。例えば、animation node はノードの変換や他の A3DObject オブジェクトの数値プロパティを制御するために使用できます。

メソッド

constructor

名前説明
constructor(name)AnimationNode クラスの新しいインスタンスを初期化します。

Parameters:

名前説明
name文字列名前

Result:


constructor_overload

名前説明
constructor_overload()AnimationNode クラスの新しいインスタンスを初期化します。

Result:


getBindPoints

名前説明
getBindPoints()現在のプロパティバインドポイントを取得します

Result:


getSubAnimations

名前説明
getSubAnimations()現在のアニメーションの下にあるサブアニメーションノードを取得します

Result:


getName

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

Result:


setName

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

Result:


getProperties

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

Result:


findBindPoint

名前説明
findBindPoint(name)名前でバインドポイントを検索します。

Parameters:

名前説明
name文字列検索するバインドポイントの名前。

Result: BindPoint


getBindPoint

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

Parameters:

名前説明
ターゲットA3DObjectバインドポイントを作成するオブジェクトを指定します。
propName文字列プロパティの名前です。
作成boolean設定する場合は

Result: BindPoint


getKeyframeSequence

名前説明
getKeyframeSequence(target, propName, channelName, create)指定されたプロパティとチャンネルのキーフレームシーケンスを取得します。

Parameters:

名前説明
ターゲットA3DObjectキーフレームシーケンスを作成するインスタンスを指定します。
propName文字列プロパティの名前です。
channelName文字列チャンネル名です。
作成boolean設定する場合は

Result: KeyframeSequence


getKeyframeSequence

名前説明
getKeyframeSequence(target, propName, create)指定されたプロパティのキーフレームシーケンスを取得します。

Parameters:

名前説明
ターゲットA3DObjectキーフレームシーケンスを作成するインスタンスを指定します。
propName文字列プロパティの名前です。
作成boolean設定する場合は

Result: KeyframeSequence


createBindPoint

名前説明
createBindPoint(obj, propName)プロパティのデータ型に基づいて BindPoint を作成します。

Parameters:

名前説明
objA3DObjectオブジェクト。
propName文字列プロパティ名。

Result: BindPoint


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