ARManager.Awake C# (CSharp) Méthode

Awake() private méthode

private Awake ( ) : void
Résultat void
    void Awake()
    {
        // Set the GameObject name to the class name for easy access from Obj-C
        gameObject.name = this.GetType().ToString();
        DontDestroyOnLoad( this );
    }