예제 #1
0
 protected virtual void Awake()
 {
     _pulseInfo = new GATPulseInfo(this);
     if (_Steps.Length == 0)
     {
         this.enabled = false;
     }
 }
예제 #2
0
        protected virtual void OnEnable()
        {
                        #if UNITY_EDITOR
            GATManager.onMainThreadResumed += OnDropDownResume;
                        #endif

            if (_pulseInfo == null)
            {
                _pulseInfo = new GATPulseInfo(this);
            }
        }
예제 #3
0
        protected virtual void OnEnable()
        {
            #if UNITY_EDITOR
            GATManager.onMainThreadResumed += OnDropDownResume;
            #endif

            if( _pulseInfo == null )
                _pulseInfo = new GATPulseInfo( this );
        }
예제 #4
0
 protected virtual void Awake()
 {
     _pulseInfo = new GATPulseInfo( this );
     if( _Steps.Length == 0 )
     {
         this.enabled = false;
     }
 }