Sequine - Scripting API
|
Public Member Functions | |
float | GetHeight () |
DirectObjectReorderableList (UnityEngine.Object _listRootObject, ref List< T > _list, string _headerText="", float _elementHeight=30) | |
void | DoLayoutList () |
void | DoList (Rect rect) |
virtual void | SetHightLightBackgroundImage () |
delegate void | DrawElementCallback (Rect rect, IList list, int index, bool active, bool focused) |
float | GetHeight () |
DirectObjectReorderableList (UnityEngine.Object _listRootObject, System.Type _listType, IList _list, System.Action< IList > _onListCreated, string _headerText="", float _elementHeight=30) | |
void | RenewElementHeight (int _index, float _height) |
void | PrepareDoList () |
void | DoLayoutList () |
void | DoList (Rect rect) |
virtual void | SetHightLightBackgroundImage () |
Public Attributes | |
Action< Rect, List< T >, int, bool, bool > | customOnDrawElement = null |
System.Action | onPrepareDoList = null |
DrawElementCallback | customOnDrawElement = null |
Protected Member Functions | |
virtual void | OnDrawElementBackground (Rect _rect, int _index, bool _isActive, bool _isFocused, T _element, float _height) |
void | RenewElementHeight (int _index, float _height) |
virtual void | OnAdd (ReorderableList list, int index, T newElement) |
virtual void | OnRemove (ReorderableList list, int index, T removedElement) |
virtual void | OnDrawElement (Rect rect, int index, bool active, bool focused) |
virtual void | OnDrawElementBackground (Rect _rect, int _index, bool _isActive, bool _isFocused, object _element, float _height) |
virtual void | OnAdd (ReorderableList list, int index, object newElement) |
virtual void | OnRemove (ReorderableList list, int index, object removedElement) |
virtual void | OnDrawElement (Rect rect, int index, bool active, bool focused) |
Protected Attributes | |
UnityEngine.Object | listRootObject |
ReorderableList | reorderableList |
Texture2D | backgroundImage |
Properties | |
List< T > | list [get] |
System.Type | elementType [get] |
IList | list [get] |
Calcatz.CookieCutter.DirectObjectReorderableList< T >.DirectObjectReorderableList | ( | UnityEngine.Object | _listRootObject, |
ref List< T > | _list, | ||
string | _headerText = "" , |
||
float | _elementHeight = 30 |
||
) |
Calcatz.CookieCutter.DirectObjectReorderableList< T >.DirectObjectReorderableList | ( | UnityEngine.Object | _listRootObject, |
System.Type | _listType, | ||
IList | _list, | ||
System.Action< IList > | _onListCreated, | ||
string | _headerText = "" , |
||
float | _elementHeight = 30 |
||
) |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.DoLayoutList | ( | ) |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.DoLayoutList | ( | ) |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.DoList | ( | Rect | rect | ) |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.DoList | ( | Rect | rect | ) |
delegate void Calcatz.CookieCutter.DirectObjectReorderableList< T >.DrawElementCallback | ( | Rect | rect, |
IList | list, | ||
int | index, | ||
bool | active, | ||
bool | focused | ||
) |
float Calcatz.CookieCutter.DirectObjectReorderableList< T >.GetHeight | ( | ) |
float Calcatz.CookieCutter.DirectObjectReorderableList< T >.GetHeight | ( | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.PrepareDoList | ( | ) |
|
protected |
void Calcatz.CookieCutter.DirectObjectReorderableList< T >.RenewElementHeight | ( | int | _index, |
float | _height | ||
) |
|
virtual |
|
virtual |
|
protected |
Action<Rect, List<T>, int, bool, bool> Calcatz.CookieCutter.DirectObjectReorderableList< T >.customOnDrawElement = null |
DrawElementCallback Calcatz.CookieCutter.DirectObjectReorderableList< T >.customOnDrawElement = null |
|
protected |
System.Action Calcatz.CookieCutter.DirectObjectReorderableList< T >.onPrepareDoList = null |
|
protected |
|
get |
|
get |
|
get |