Class EnumValues<T>
Helper class for caching enum values
Namespace: Unity.XRTools.Utils
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[] |