API reference
API reference
Select your platform
No SDKs available
No versions available

ListLayout Class

Fields

Action< int > WhenElementAdded[Get]
Action< int, bool > WhenElementUpdated[Get]
Action< int > WhenElementRemoved[Get]
float Size[Get]

Member Functions

ListLayout ( )
void AddElement
( int id,
float size,
float target )
void RemoveElement
( int id )
void MoveElement
( int id,
float target )
void UpdateElementSize
( int id,
float size )
float GetElementPosition
( int id )
float GetElementSize
( int id )
float GetTargetPosition
( int id,
float target,
float size )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon