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