UxrController3DModel.GetElementsOriginalMaterials Method
Gets the list of original shared materials of all objects that represent the given different controller input elements. The original materials are the shared materials that the input elements had at the beginning, before any modifications.
Namespace: UltimateXR.Devices.Visualization
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<Material> GetElementsOriginalMaterials(
UxrControllerElements elements
)
Parameters
- elements
- Type: UltimateXR.Devices.UxrControllerElements
Flags representing the input elements to get the original shared materials from
Return Value
Type: IEnumerable(Material)
List of original shared materials used by the objects representing the given controller input elements
See Also
Reference
UxrController3DModel Class
UltimateXR.Devices.Visualization Namespace