DoopelPonger
Public Member Functions | List of all members
UIBlendTreeTransition Class Reference

UITransition that modifies a blend tree in the Unity Animator. More...

Inheritance diagram for UIBlendTreeTransition:
Inheritance graph
[legend]
Collaboration diagram for UIBlendTreeTransition:
Collaboration graph
[legend]

Public Member Functions

void Awake ()
 Initialize all values and references. More...
 
void OnDisable ()
 Going to be honest, I have no idea what I make doubly sure this object is not active when a parent deactivates. More...
 
void FixedUpdate ()
 Update the properties of the animator. More...
 
override void TransitionIn (float transitionTime, float waitTimeBeforeTransitionStarts)
 Start the transition in animation. More...
 
override void TransitionOut (float transitionTime, float waitTimeBeforeTransitionStarts, AnimationFinishedCallback animationFinishedCallback)
 State the transition out animation. More...
 
- Public Member Functions inherited from UITransition
delegate void AnimationFinishedCallback ()
 

Detailed Description

UITransition that modifies a blend tree in the Unity Animator.

Member Function Documentation

◆ Awake()

void UIBlendTreeTransition.Awake ( )

Initialize all values and references.

◆ FixedUpdate()

void UIBlendTreeTransition.FixedUpdate ( )

Update the properties of the animator.

◆ OnDisable()

void UIBlendTreeTransition.OnDisable ( )

Going to be honest, I have no idea what I make doubly sure this object is not active when a parent deactivates.

◆ TransitionIn()

override void UIBlendTreeTransition.TransitionIn ( float  transitionTime,
float  waitTimeBeforeTransitionStarts 
)
virtual

Start the transition in animation.

Parameters
transitionTimeThe amount of time it should take to finish the animation.
waitTimeBeforeTransitionStartsThe amount of time to wait before actually starting the animation.

Implements UITransition.

◆ TransitionOut()

override void UIBlendTreeTransition.TransitionOut ( float  transitionTime,
float  waitTimeBeforeTransitionStarts,
AnimationFinishedCallback  animationFinishedCallback 
)
virtual

State the transition out animation.

Parameters
transitionTimeThe amount of time it should take to finish the animation.
waitTimeBeforeTransitionStartsThe amount of time to wait before actually starting the animation.
animationFinishedCallbackFunction to call when the animation finishes.

Implements UITransition.


The documentation for this class was generated from the following file: