C# 클래스 FullInspector.Rotorz.ReorderableList.ReorderableListGUI

Utility class for drawing reorderable lists.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

Private Properties

프로퍼티 타입 설명
DoListField void
DoListFieldAbsolute void
InitStyles void
ReorderableListGUI FullInspector.Rotorz.ReorderableList.Internal

공개 메소드들

메소드 설명
CalculateListFieldHeight ( IReorderableListAdaptor adaptor ) : float
CalculateListFieldHeight ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : float

Calculate height of list field for adapted collection.

CalculateTitleHeight ( ) : float
ListField ( IReorderableListAdaptor adaptor ) : void
ListField ( IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty ) : void
ListField ( IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void
ListField ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void
ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor ) : void
ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty ) : void
ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void
ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void
Title ( GUIContent title ) : void

Draw title control for list field.

When needed, should be shown immediately before list field.

Title ( Rect position, GUIContent title ) : void

Draw title control for list field with absolute positioning.

Title ( Rect position, string text ) : void

Draw title control for list field with absolute positioning.

Title ( string title ) : void

Draw title control for list field.

When needed, should be shown immediately before list field.

비공개 메소드들

메소드 설명
DoListField ( IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void

Draw list field control for adapted collection.

DoListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void

Draw list field control for adapted collection.

InitStyles ( ) : void
ReorderableListGUI ( ) : FullInspector.Rotorz.ReorderableList.Internal

메소드 상세

CalculateListFieldHeight() 공개 정적인 메소드

public static CalculateListFieldHeight ( IReorderableListAdaptor adaptor ) : float
adaptor IReorderableListAdaptor
리턴 float

CalculateListFieldHeight() 공개 정적인 메소드

Calculate height of list field for adapted collection.
public static CalculateListFieldHeight ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : float
adaptor IReorderableListAdaptor Reorderable list adaptor.
flags ReorderableListFlags Optional flags to pass into list field.
리턴 float

CalculateTitleHeight() 공개 정적인 메소드

public static CalculateTitleHeight ( ) : float
리턴 float

ListField() 공개 정적인 메소드

public static ListField ( IReorderableListAdaptor adaptor ) : void
adaptor IReorderableListAdaptor
리턴 void

ListField() 공개 정적인 메소드

public static ListField ( IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty ) : void
adaptor IReorderableListAdaptor
drawEmpty ReorderableListControl
리턴 void

ListField() 공개 정적인 메소드

public static ListField ( IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void
adaptor IReorderableListAdaptor
drawEmpty ReorderableListControl
flags ReorderableListFlags
리턴 void

ListField() 공개 정적인 메소드

public static ListField ( IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void
adaptor IReorderableListAdaptor
flags ReorderableListFlags
리턴 void

ListFieldAbsolute() 공개 정적인 메소드

public static ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor ) : void
position UnityEngine.Rect
adaptor IReorderableListAdaptor
리턴 void

ListFieldAbsolute() 공개 정적인 메소드

public static ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty ) : void
position UnityEngine.Rect
adaptor IReorderableListAdaptor
drawEmpty ReorderableListControl
리턴 void

ListFieldAbsolute() 공개 정적인 메소드

public static ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListControl drawEmpty, ReorderableListFlags flags ) : void
position UnityEngine.Rect
adaptor IReorderableListAdaptor
drawEmpty ReorderableListControl
flags ReorderableListFlags
리턴 void

ListFieldAbsolute() 공개 정적인 메소드

public static ListFieldAbsolute ( Rect position, IReorderableListAdaptor adaptor, ReorderableListFlags flags ) : void
position UnityEngine.Rect
adaptor IReorderableListAdaptor
flags ReorderableListFlags
리턴 void

Title() 공개 정적인 메소드

Draw title control for list field.

When needed, should be shown immediately before list field.

public static Title ( GUIContent title ) : void
title UnityEngine.GUIContent Content for title control.
리턴 void

Title() 공개 정적인 메소드

Draw title control for list field with absolute positioning.
public static Title ( Rect position, GUIContent title ) : void
position UnityEngine.Rect Position of control.
title UnityEngine.GUIContent Content for title control.
리턴 void

Title() 공개 정적인 메소드

Draw title control for list field with absolute positioning.
public static Title ( Rect position, string text ) : void
position UnityEngine.Rect Position of control.
text string Text for title control.
리턴 void

Title() 공개 정적인 메소드

Draw title control for list field.

When needed, should be shown immediately before list field.

public static Title ( string title ) : void
title string Text for title control.
리턴 void