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.