定义曲线如何附加到它所控制的对象。
| 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 | 动画对象的变换路径。 |
| propertyName | 要动画化的属性的名称。 |
| type | 要动画化的属性的类型。 |
| DiscreteCurve | 为不应插值的曲线创建预配置的绑定。 |
| FloatCurve | 为浮点曲线创建预配置的绑定。 |
| PPtrCurve | 为指向 Object 的曲线创建预配置的绑定。 |
| SerializeReferenceCurve | Creates a preconfigured binding for a curve that points to a SerializeReference instance field. |