Use this class to offset an animation by a random range.
More...
Inherits MonoBehaviour.
|
| virtual void | Awake () |
| | On awake we store our animator.
|
| virtual void | Start () |
| | On Start we offset our animation.
|
| virtual void | OnEnable () |
| | On Enable we offset our animation if needed.
|
Use this class to offset an animation by a random range.
◆ Awake()
| virtual void MoreMountains.Tools.MMOffsetAnimation.Awake |
( |
| ) |
|
|
protectedvirtual |
On awake we store our animator.
◆ OffsetCurrentAnimation()
| virtual void MoreMountains.Tools.MMOffsetAnimation.OffsetCurrentAnimation |
( |
| ) |
|
|
virtual |
offsets the target animation
◆ OnEnable()
| virtual void MoreMountains.Tools.MMOffsetAnimation.OnEnable |
( |
| ) |
|
|
protectedvirtual |
On Enable we offset our animation if needed.
◆ Start()
| virtual void MoreMountains.Tools.MMOffsetAnimation.Start |
( |
| ) |
|
|
protectedvirtual |
On Start we offset our animation.
◆ _animator
| Animator MoreMountains.Tools.MMOffsetAnimation._animator |
|
protected |
◆ _stateInfo
| AnimatorStateInfo MoreMountains.Tools.MMOffsetAnimation._stateInfo |
|
protected |
◆ AnimationLayerID
| int MoreMountains.Tools.MMOffsetAnimation.AnimationLayerID = 0 |
◆ DisableAfterOffset
| bool MoreMountains.Tools.MMOffsetAnimation.DisableAfterOffset = true |
whether or not to self disable after offsetting
◆ MaximumRandomRange
| float MoreMountains.Tools.MMOffsetAnimation.MaximumRandomRange = 1f |
the maximum amount (in seconds) by which to offset the animation
◆ MinimumRandomRange
| float MoreMountains.Tools.MMOffsetAnimation.MinimumRandomRange = 0f |
the minimum amount (in seconds) by which to offset the animation
◆ OffsetOnEnable
| bool MoreMountains.Tools.MMOffsetAnimation.OffsetOnEnable = false |
whether or not to offset animation on enable
◆ OffsetOnStart
| bool MoreMountains.Tools.MMOffsetAnimation.OffsetOnStart = true |
whether or not to apply that offset on Start
The documentation for this class was generated from the following file:
- H:/Code/MoreMountains/InventoryEngineStore/Assets/InventoryEngine/MMTools/Foundation/MMAnimation/MMOffsetAnimation.cs