CameraBuddy.Game.DebugGameObject.DebugGameObject C# (CSharp) Méthode

DebugGameObject() public méthode

public DebugGameObject ( System.Vector3 posistion ) : System
posistion System.Vector3
Résultat System
        public DebugGameObject(Vector3 posistion)
        {
            Posistion = posistion;
        }