KeyboardControls.Start C# (CSharp) Méthode

Start() private méthode

private Start ( ) : void
Résultat void
    void Start()
    {
        theCharacterMotor = gameObject.GetComponent<CharacterMotor2> ();
        theCharacterJump = gameObject.GetComponent<CharacterJump2> ();
        theCharacterShot = gameObject.GetComponent<CharacterShot> ();
        theCharacterDrill = gameObject.GetComponent<CharacterDrill> ();
    }