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

SetID() 공개 메소드

Sets the ID of the GraphicsObject
public SetID ( int id ) : void
id int the id to be given to the object
리턴 void
        public void SetID(int id)
        {
            this.id = id;
        }