カーブを制御するオブジェクトがどのようにアタッチされているかを定義します。
isDiscreteCurve | Returns true if the binding is a discrete curve. Returns false otherwise. (Read Only) |
isPPtrCurve | Returns true if the binding is an object curve. Returns false otherwise (Read Only) |
isSerializeReferenceCurve | Returns true if the binding is to a curve that points to field on a SerializeReference instance. Returns false otherwise. (Read Only) |
path | アニメーション化しているオブジェクトの Transform パス |
propertyName | The name of the property to be animated. |
type | The type of the property to be animated. |
DiscreteCurve | Creates a preconfigured binding for a curve where values should not be interpolated. |
FloatCurve | Creates a preconfigured binding for a float curve. |
PPtrCurve | Creates a preconfigured binding for a curve that points to an Object. |
SerializeReferenceCurve | Creates a preconfigured binding for a curve that points to a SerializeReference instance field. |