UxrController3DModel.GetElements Method

Gets the list of GameObjects that represent the given different controller input elements.

Namespace: UltimateXR.Devices.Visualization
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public IEnumerable<GameObject> GetElements(
	UxrControllerElements elements
)


Parameters

 

elements
Type: UltimateXR.Devices.UxrControllerElements
Flags representing the input elements to get the objects of

Return Value

Type: IEnumerable(GameObject)
List of GameObjects representing the given controller input elements

See Also

Reference

UxrController3DModel Class
UltimateXR.Devices.Visualization Namespace