KeyframeSequence

KeyframeSequence class

キーフレームのシーケンスで、サンプル値が時間とともに変化する様子を記述します。

メソッド

constructor

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

Parameters:

名前説明
name文字列名前

Result:


constructor_overload

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

Result:


getBindPoint

名前説明
getBindPoint()この曲線を所有するプロパティのバインドポイントを取得します。

Result:


getKeyFrames

名前説明
getKeyFrames()この曲線のキーフレームを取得します。キーです。

Result:


getPostBehavior

名前説明
getPostBehavior()ポストビヘイビアを取得します。これは、最後のキーフレームの後にサンプル値がどうなるべきかを示します。

Result:


getPreBehavior

名前説明
getPreBehavior()プリビヘイビアを取得します。これは、最初のキーの前にサンプル値がどうなるべきかを示します。

Result:


getName

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

Result:


setName

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

Result:


getProperties

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

Result:


add

名前説明
add(time, value)指定された値で新しいキーフレームを作成します

Parameters:

名前説明
時間時間位置(秒単位で測定)
この時間位置の値

Result:


add

名前説明
add(time, value, interpolation)指定された値で新しいキーフレームを作成します

Parameters:

名前説明
時間時間位置(秒単位で測定)
この時間位置の値
補間補間補間

Result:


reset

名前説明
reset()すべてのキーフレームを削除し、ポスト/プリビヘイビアをリセットします。

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


iterator

名前説明
iterator()内部使用のために予約されています。

Result: Property