| SpriteSheetAssignNameToStep Method  | 
 
            Attach a string identifier to a spritesheet step.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AssignNameToStep(
	int index,
	string identifier
)
Parameters
- index
 - Type: SystemInt32
Step index. - identifier
 - Type: SystemString
Identifier to set. 
See Also