EditorCurveBinding

struct in UnityEditor

Switch to Manual

Description

定义曲线如何附加到它所控制的对象。

Variables

path动画对象的变换路径。
propertyNameThe name of the property to be animated.
typeThe type of the property to be animated.

Static Functions

DiscreteCurveCreates a preconfigured binding for a curve where values should not be interpolated.
FloatCurveCreates a preconfigured binding for a float curve.
PPtrCurveCreates a preconfigured binding for a curve that points to an Object.