Class ListEntry
public class ListEntry : UdonSharpBehaviour
- Inheritance
-
ListEntry
Fields
asPooledEntry
[NonSerialized]
public bool asPooledEntry
Field Value
- bool
callbackEventName
public string callbackEventName
Field Value
- string
callbackTarget
public UdonSharpBehaviour callbackTarget
Field Value
- UdonSharpBehaviour
callbackUserData
public object callbackUserData
Field Value
- object
callbackUserDatas
[NonSerialized]
public object[] callbackUserDatas
Field Value
- object[]
callbackVariableName
public string callbackVariableName
Field Value
- string
deleteEventName
public string deleteEventName
Field Value
- string
entryOffset
[NonSerialized]
public int entryOffset
Field Value
- int
indexAsUserData
[NonSerialized]
public bool indexAsUserData
Field Value
- bool
inverseOrder
[NonSerialized]
public bool inverseOrder
Field Value
- bool
isUpwards
[NonSerialized]
public bool isUpwards
Field Value
- bool
pooledEntryCount
[NonSerialized]
public int pooledEntryCount
Field Value
- int
pooledEntryNames
[NonSerialized]
public string[] pooledEntryNames
Field Value
- string[]
pooledEntryOffset
[NonSerialized]
public int pooledEntryOffset
Field Value
- int
selectedEntryIndex
[NonSerialized]
public int selectedEntryIndex
Field Value
- int
spawnedEntryCount
[NonSerialized]
public int spawnedEntryCount
Field Value
- int
Properties
HasDelete
public bool HasDelete { get; set; }
Property Value
- bool
Selected
public bool Selected { get; set; }
Property Value
- bool
TextContent
public string TextContent { get; set; }
Property Value
- string
Unlocked
public bool Unlocked { get; set; }
Property Value
- bool
Methods
_OnClick()
_OnDeleteClick()
public void _OnDeleteClick()
_OnParentScroll()
public void _OnParentScroll()
_UpdateContent()
public void _UpdateContent()
_UpdatePositionAndContent()
public void _UpdatePositionAndContent()