SpriteBaseClearParameters Method |
Resets all parameter values defined on the specific sprite definition to 0.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public abstract void ClearParameters()
Remarks This is helpful in resetting a sprite's state without knowing specifically
what its parameters are. Then the sprite can internally re-initialize itself when
it sees that it's parameters have been reset to 0.
See Also