Version: 2022.3
LanguageEnglish
  • C#

EditorCurveBinding

struct in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Properties

isDiscreteCurveReturns true if the binding is a discrete curve. Returns false otherwise. (Read Only)
isPPtrCurveReturns true if the binding is an object curve. Returns false otherwise (Read Only)
isSerializeReferenceCurveReturns true if the binding is to a curve that points to field on a SerializeReference instance. Returns false otherwise. (Read Only)
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.

Static Methods

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.
SerializeReferenceCurveCreates a preconfigured binding for a curve that points to a SerializeReference instance field.