Click or drag to resize

SpriteManagerState Methods

The SpriteManagerState type exposes the following members.

Methods
  NameDescription
Public methodClone
Deep clones this SpriteManagerState
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReplaceSprites
Replaces all sprites in this SpriteManState with a given list of sprites, matched by name, or null if no match exists.
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
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