Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
FMODUnity.ListView Class Reference

Public Member Functions

delegate void DrawElementWithLabelDelegate (Rect rect, float labelRight, int index, bool active, bool focused)
 
 ListView (SerializedProperty property)
 
void DrawLayout ()
 

Public Attributes

DrawElementWithLabelDelegate drawElementWithLabelCallback
 

Private Member Functions

void DrawElementWrapper (Rect rect, int index, bool active, bool focused)
 

Private Attributes

float labelRight
 

Static Private Attributes

const float ElementPadding = 2
 

Constructor & Destructor Documentation

◆ ListView()

FMODUnity.ListView.ListView ( SerializedProperty property)

Member Function Documentation

◆ DrawElementWithLabelDelegate()

delegate void FMODUnity.ListView.DrawElementWithLabelDelegate ( Rect rect,
float labelRight,
int index,
bool active,
bool focused )

◆ DrawElementWrapper()

void FMODUnity.ListView.DrawElementWrapper ( Rect rect,
int index,
bool active,
bool focused )
private

◆ DrawLayout()

void FMODUnity.ListView.DrawLayout ( )

Member Data Documentation

◆ drawElementWithLabelCallback

DrawElementWithLabelDelegate FMODUnity.ListView.drawElementWithLabelCallback

◆ ElementPadding

const float FMODUnity.ListView.ElementPadding = 2
staticprivate

◆ labelRight

float FMODUnity.ListView.labelRight
private

The documentation for this class was generated from the following file: