Exemplo n.º 1
0
        virtual protected void OnDrawGizmos()
        {
#if UNITY_EDITOR
            if (!m_DrawGizmos)
            {
                return;
            }
            if (m_Tweener != null)
            {
                m_Tweener.OnDrawGizmos();
            }
#endif
        }