If disabled, the Component will stop enacting its behavior.
ReadonlyisReturns true if this Component, its SceneObject, and all of that SceneObjects parents are enabled.
ReadonlysceneThe SceneObject this component is on.
ReadonlyuniqueDestroys the component.
Returns the AnimationLayer under the name layerName.
Returns the SceneObject the component is attached to.
Returns the Transform this component is attached to.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Adds an AnimationLayer under the name layerName.
This class is deprecated. Used in Lens Studio 4.55 to animate single object in the hierarchy. See AnimationPlayer instead.
Remarks
These are automatically added to SceneObjects when importing animated FBX files. Used by AnimationMixer.
See
Deprecated