GameGraphics.GraphicsObject.SetSpriteID C# (CSharp) Méthode

SetSpriteID() public méthode

Sets the spriteID which will determine what sprite will be used for this object
public SetSpriteID ( int spriteID ) : void
spriteID int the ID of the sprite to be used
Résultat void
        public void SetSpriteID(int spriteID)
        {
            this.spriteID = spriteID;
        }