Version: 2021.3
언어: 한국어
public static EditorCurveBinding DiscreteCurve (string inPath, Type inType, string inPropertyName);

파라미터

inPath The transform path to the object to animate.
inType The type of the object to animate.
inPropertyName The name of the property to animate on the object.

설명

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.