docs.unity.cn
    Show / Hide Table of Contents

    Class EnumValues<T>

    Helper class for caching enum values

    Inheritance
    Object
    EnumValues<T>
    Namespace: Unity.XRTools.Utils
    Syntax
    public static class EnumValues<T> : object
    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[]
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use