Click or drag to resize

SpriteSheetBatch Class

Editor Only: Batch class for sprite sheet renaming.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      SpriteMan3D.TemplatesSpriteSheetBatch

Namespace:  SpriteMan3D.Templates
Assembly:  SpriteMan3D.Editor (in SpriteMan3D.Editor.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SpriteSheetBatch : ScriptableObject

The SpriteSheetBatch type exposes the following members.

Constructors
  NameDescription
Public methodSpriteSheetBatch
Initializes a new instance of the SpriteSheetBatch class
Top
Properties
  NameDescription
Public propertyhideFlags (Inherited from Object.)
Public propertyname (Inherited from Object.)
Top
Methods
  NameDescription
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 methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldsourceSpriteSheetMap
The source map containing good names of sprites.
Public fieldtargets
A group of sprite sheets whose names to replace.
Top
See Also