Esempio n. 1
0
 /// <summary>
 /// Adds a new state element to the list.
 /// </summary>
 private void OnViewTypeStateListAdd(ReorderableList list)
 {
     StateInspector.OnStateListAdd(AddExistingViewTypePreset, CreateViewTypePreset);
 }
 /// <summary>
 /// Adds a new state element to the list.
 /// </summary>
 private void OnItemSetStateListAdd(ReorderableList list)
 {
     m_ItemSetListIndexAdd = m_ReorderableListCategoryMap[list];
     StateInspector.OnStateListAdd(AddExistingItemSetPreset, CreateItemSetPreset);
 }
 /// <summary>
 /// Adds a new state element to the list.
 /// </summary>
 private void OnAnimatorAudioStateSetStateListAdd(ReorderableList list)
 {
     StateInspector.OnStateListAdd(AddExistingAnimatorAudioStateSetStatePreset, CreateAnimatorAudioStateSetStatePreset);
 }
 /// <summary>
 /// Adds a new state element to the list.
 /// </summary>
 private void OnPickupSetStateListAdd(ReorderableList list)
 {
     StateInspector.OnStateListAdd(AddExistingPickupSetPreset, CreatePickupSetPreset);
 }