UxrController3DModel.GetElementsMaterials Method

Gets the list of materials of all objects 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<Material> GetElementsMaterials(
	UxrControllerElements elements
)


Parameters

 

elements
Type: UltimateXR.Devices.UxrControllerElements
Flags representing the input elements to get the materials from

Return Value

Type: IEnumerable(Material)
List of materials used by the objects representing the given controller input elements

See Also

Reference

UxrController3DModel Class
UltimateXR.Devices.Visualization Namespace