GameGraphics.GraphicsObject.SetSpriteID C# (CSharp) 메소드

SetSpriteID() 공개 메소드

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
리턴 void
        public void SetSpriteID(int spriteID)
        {
            this.spriteID = spriteID;
        }