CameraBuddy.Game.DebugGameObject.DebugGameObject C# (CSharp) Method

DebugGameObject() public method

public DebugGameObject ( System.Vector3 posistion ) : System
posistion System.Vector3
return System
        public DebugGameObject(Vector3 posistion)
        {
            Posistion = posistion;
        }