Unity - Scripting API: GenericBindingUtility
class in UnityEngine.Animations
/
Implemented in:UnityEngine.AnimationModule
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.
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.
Description
Animation utility functions for reading and writing values from Unity components.
Static Methods
| Method | Description |
|---|---|
| BindProperties | Retrieves the list of BoundProperty defined by the list of GenericBinding. |
| CreateGenericBinding | Retrieves the GenericBinding that represents a specific property associated with a GameObject or one of its components. |
| GetAnimatableBindings | Retrieves the animatable bindings for a specific GameObject. |
| GetCurveBindings | Retrieves the curve bindings from an animation clip. |
| GetValues | Retrieves the float or integer value for each [[BoundProperty]. |
| SetValues | Sets the float or integer value for each [[BoundProperty]. |
| UnbindProperties | Unbinds and frees all resources used by a list of BoundProperty. |