Click or drag to resize

ISpriteManagerState Interface

Interface for SpriteMan State.

Namespace:  SpriteMan3D
Assembly:  SpriteMan3D (in SpriteMan3D.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface ISpriteManagerState

The ISpriteManagerState type exposes the following members.

Properties
  NameDescription
Public propertyBillboard
When implemented in a derived class, gets/sets whether to billboard a sprite.
Public propertyDirectionMode
When implemented in a derived class, gets/sets the direction mode of this state.
Public propertyReflectEastToWest
When implemented in a derived class, gets/sets whether to reflect east frames to west frames.
Public propertyStateMapping
When implemented in a derived class, gets/sets all character state mappings for this spriteman state.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyFrom
Copies from a source ISpriteManagerState to a target ISpriteManagerState.
(Defined by SpriteManagerStateExtensions.)
Public Extension MethodReplaceSprites
Replaces sprites in a given state with those in a sprite array matched by name or null if not found.
(Defined by SpriteManagerStateExtensions.)
Top
See Also