Class EnumValues<T>
Helper class for caching enum values.
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: Unity.XR.CoreUtils.dll
Syntax
public static class EnumValues<T>
Type Parameters
| Name | Description |
|---|---|
| T | The enum type whose values should be cached. |
Fields
Values
Cached result of Enum.GetValues.
Declaration
public static readonly T[] Values
Field Value
| Type | Description |
|---|---|
| T[] |