Esempio n. 1
0
        /// <summary>
        /// Called on awake.
        /// </summary>
        protected override void OnAwake()
        {
            ExtensionInit();

            if (_actualBounds == null)
            {
                _actualBounds = new AxisBounds(this.GetComponent<Collider>(), this);
            }
        }
Esempio n. 2
0
        /// <summary>
        /// Called on awake.
        /// </summary>
        protected override void OnAwake()
        {
            ExtensionInit();

            if (_actualBounds == null)
            {
                _actualBounds = new AxisBounds(this.GetComponent <Collider>(), this);
            }
        }