Question What do "transition actions" and "end actions" mean in collision triggers?

Messages
102
Reactions
11
Points
18
When using collision triggers in VaM, I have only used the "start action" and feel like this satisfies most of my needs for animations. But what are "transition actions" and "end actions" (I only have vague understanding of them)? Could anyone explain them to me, preferably with examples? Thanks!
 
End Actions are triggered when the collision ends, i.e. the collision sphere moves out of the range of any object.

Transition actions are float triggers that get set to 1 once the collision starts and back to 0 once it ends. It can be used to set a number value or color based on whether there is a collision.
 
Upvote 0
Back
Top Bottom