public static EditorCurveBinding DiscreteCurve (string inPath, Type inType, string inPropertyName);

Parámetros

inPathThe transform path to the object to animate.
inTypeThe type of the object to animate.
inPropertyNameThe name of the property to animate on the object.

Descripción

Creates a preconfigured binding for a curve where values should not be interpolated.

Use discrete curves for properties where values are discontinuous, or where values should not be interpolated. For example, use EditorCurveBinding.DiscreteCurve for enums or hashes.