MrGravity.Game_Objects.Physics_Objects.Player.ToString C# (CSharp) Method

ToString() public method

Gets the Unique identifier for this object. Will be used for logging
public ToString ( ) : string
return string
        public override string ToString()
        {
            return  "Object ID:" + ObjectId + " Type: Player";
        }