Urho 1.0.0.0 System.Object System.IDisposable The manager for all executing actions. This class manages all the executing actions.   The provided interface can be used to query and probe the running actions. This class is a singleton. Constructor 1.0.0.0 Constructor, instantiated internally. To be added. Method 1.0.0.0 Urho.Actions.ActionState To be added. To be added. To be added. Low-level: adds the specified action to the node. To be added. To be added. Method 1.0.0.0 System.Void Releases the resources of the action manager. To be added. Method 1.0.0.0 System.Void To be added. Releases the resources of the action manager. To be added. Method 1.0.0.0 System.Void Finalizer To be added. Method 1.0.0.0 Urho.Actions.BaseAction To be added. To be added. Returns the action that has the specified tag ID on the specified target. To be added. To be added. Method 1.0.0.0 Urho.Actions.ActionState To be added. To be added. Returns the ActionState associated with the specified tag ID on the specified target. To be added. To be added. Method 1.0.0.0 System.Int32 To be added. Returns the number of actions executing on the given target To be added. To be added. Method 1.0.0.0 System.Collections.Generic.List<System.Object> Pauses all the running actions and returns a list of the elements that were paused. To be added. To be added. Method 1.0.0.0 System.Void To be added. Pauses the specified target. To be added. Method 1.0.0.0 System.Void To be added. Removes a specific action that is currently executing (based on its actionState). To be added. Method 1.0.0.0 System.Void To be added. To be added. Removes the specified action from a node, using a tag ID. To be added. Method 1.0.0.0 System.Void Removes all running actions. To be added. Method 1.0.0.0 System.Void To be added. Removes all running actions from a specific node. To be added. Method 1.0.0.0 System.Void To be added. Resumes the actions on the specified node. To be added. Method 1.0.0.0 System.Void To be added. Resumes all the targets in the provided list. To be added. Method 1.0.0.0 System.Void To be added. Action tick method, invoked externally. To be added.