How to retrieve active State's for a game object?

Zaddo

Active member
How do I check if a State is active on a game object? I couldn't find a method in the StateManager to do this.
 
There isn't anything exposed for this. You will need to extend the StateManager in order to support getting the Active bool from the State object.
 
Top