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

SetID() public méthode

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