Delegate ReorderCallback Namespace: Unity.UIWidgets.material Syntax public delegate void ReorderCallback(int oldIndex, int newIndex); Parameters Type Name Description System.Int32 oldIndex System.Int32 newIndex