Gvr.Internal.EmulatorManager.Awake C# (CSharp) 메소드

Awake() 공개 메소드

public Awake ( ) : void
리턴 void
    public void Awake() {
      if (instance == null) {
        instance = this;
      }
      if (instance != this) {
        Debug.LogWarning("PhoneRemote must be a singleton.");
        enabled = false;
        return;
      }
    }