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

Public Member Functions

 PlatformPropertyStringListView (Platform.PropertyAccessor< List< string > > property)
 
void DrawLayout ()
 
bool IsReloadNeeded ()
 

Public Attributes

Platform platform
 

Properties

Platform.PropertyAccessor< List< string > > property [get, private set]
 

Private Member Functions

void DrawElement (Rect rect, int index, bool active, bool focused)
 
void AddElement (UnityEditorInternal.ReorderableList list)
 
void RemoveElement (UnityEditorInternal.ReorderableList list)
 
void OnReorder (UnityEditorInternal.ReorderableList list)
 
List< string > AffirmOverriddenList ()
 

Private Attributes

List< string > displayList
 

Static Private Attributes

const float ElementPadding = 2
 

Constructor & Destructor Documentation

◆ PlatformPropertyStringListView()

FMODUnity.SettingsEditor.PlatformPropertyStringListView.PlatformPropertyStringListView ( Platform.PropertyAccessor< List< string > > property)

Member Function Documentation

◆ AddElement()

void FMODUnity.SettingsEditor.PlatformPropertyStringListView.AddElement ( UnityEditorInternal.ReorderableList list)
private

◆ AffirmOverriddenList()

List< string > FMODUnity.SettingsEditor.PlatformPropertyStringListView.AffirmOverriddenList ( )
private

◆ DrawElement()

void FMODUnity.SettingsEditor.PlatformPropertyStringListView.DrawElement ( Rect rect,
int index,
bool active,
bool focused )
private

◆ DrawLayout()

void FMODUnity.SettingsEditor.PlatformPropertyStringListView.DrawLayout ( )

◆ IsReloadNeeded()

bool FMODUnity.SettingsEditor.PlatformPropertyStringListView.IsReloadNeeded ( )

◆ OnReorder()

void FMODUnity.SettingsEditor.PlatformPropertyStringListView.OnReorder ( UnityEditorInternal.ReorderableList list)
private

◆ RemoveElement()

void FMODUnity.SettingsEditor.PlatformPropertyStringListView.RemoveElement ( UnityEditorInternal.ReorderableList list)
private

Member Data Documentation

◆ displayList

List<string> FMODUnity.SettingsEditor.PlatformPropertyStringListView.displayList
private

◆ ElementPadding

const float FMODUnity.SettingsEditor.PlatformPropertyStringListView.ElementPadding = 2
staticprivate

◆ platform

Platform FMODUnity.SettingsEditor.PlatformPropertyStringListView.platform

Property Documentation

◆ property

Platform.PropertyAccessor<List<string> > FMODUnity.SettingsEditor.PlatformPropertyStringListView.property
getprivate set

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