Action< int > | WhenElementAdded[Get] |
Action< int, bool > | WhenElementUpdated[Get] |
Action< int > | WhenElementRemoved[Get] |
float | Size[Get] |
ListLayout ( ) | |
void | |
void | RemoveElement ( int id ) |
void | |
void | |
float | GetElementPosition ( int id ) |
float | GetElementSize ( int id ) |
float |
| Action<int> Oculus.Interaction.ListLayout.WhenElementAdded |
|---|
No description available.
|
| Action<int, bool> Oculus.Interaction.ListLayout.WhenElementUpdated |
|---|
No description available.
|
| Action<int> Oculus.Interaction.ListLayout.WhenElementRemoved |
|---|
No description available.
|
| float Oculus.Interaction.ListLayout.Size |
|---|
No description available.
|
| Oculus.Interaction.ListLayout.ListLayout ( ) |
|---|
No description available.
|
| void Oculus.Interaction.ListLayout.AddElement ( int id, float size, float target ) |
|---|
No description available.
|
| void Oculus.Interaction.ListLayout.RemoveElement ( int id ) |
|---|
No description available.
|
| void Oculus.Interaction.ListLayout.MoveElement ( int id, float target ) |
|---|
No description available.
|
| void Oculus.Interaction.ListLayout.UpdateElementSize ( int id, float size ) |
|---|
No description available.
|
| float Oculus.Interaction.ListLayout.GetElementPosition ( int id ) |
|---|
No description available.
|
| float Oculus.Interaction.ListLayout.GetElementSize ( int id ) |
|---|
No description available.
|
| float Oculus.Interaction.ListLayout.GetTargetPosition ( int id, float target, float size ) |
|---|
No description available.
|