예제 #1
0
        private void drawEventTable(SerializedProperty property)
        {
            if (_tableEditor == null)
            {
                _tableEditor = new EnumEventTableEditor(property, typeof(TransformTweenBehaviour.EventType));
            }

            _tableEditor.DoGuiLayout();
        }
예제 #2
0
        private void drawEventTable(SerializedProperty property)
        {
            if (_tableEditor == null)
            {
                _tableEditor = new EnumEventTableEditor(property, typeof(Anchor.EventType));
            }

            _tableEditor.DoGuiLayout();
        }
예제 #3
0
 private void drawTable(SerializedProperty p)
 {
     _tableEditor.DoGuiLayout();
 }