EditorCurveBinding

struct in UnityEditor

Cambiar al Manual

Descripción

Defines how a curve is attached to an object that it controls.

Variables

pathThe transform path of the object that is animated.
propertyNameThe name of the property to be animated.
typeThe type of the property to be animated.

Funciones Estáticas

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.