Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 329 Bytes

File metadata and controls

12 lines (8 loc) · 329 Bytes

IReorderableDictionary

interface in AdvancedSceneManager.Utility

Description

Adds support for reorder in Utility.SerializableDictionary. Used by property drawer.

Methods

Member Description
void Move(int oldIndex, int newIndex) Move the item at oldIndex to newIndex.