FairyGUI.CaptureCamera.OnEnable C# (CSharp) 메소드

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void
        void OnEnable()
        {
            cachedCamera = this.GetComponent<Camera>();
            cachedTransform = this.gameObject.transform;

            if (this.gameObject.name == Name)
                _main = this;
        }