ARManager.Awake C# (CSharp) Метод

Awake() приватный Метод

private Awake ( ) : void
Результат void
    void Awake()
    {
        // Set the GameObject name to the class name for easy access from Obj-C
        gameObject.name = this.GetType().ToString();
        DontDestroyOnLoad( this );
    }