Version: 2023.2
LanguageEnglish
  • C#

GenericBinding

struct in UnityEngine.Animations

/

Implemented in:UnityEngine.AnimationModule

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 an animatable property on a Unity Component.

GenericBinding and BoundProperty are classes for animating properties on objects in a completely generic way.

See also GenericBindingUtility.

Properties

customTypeIDThe internal ID for custom animation bindings.
isDiscreteThis property is true when the GenericBinding target is an animatable public integer.
isObjectReferenceThis property is True when this GenericBinding target is an animatable Unity object reference, such as a sprite.
isSerializeReferenceThis property is True when this GenericBinding target is a serialized reference property.
propertyNameHashHash ID that represents the name of the property.
scriptInstanceIDThe instance ID of the script.
transformPathHashHash ID that represents the transform path. Use this property to locate the component in the transform hierarchy.
typeIDThe Unity component type ID.