Search Results for

    Show / Hide Table of Contents

    Class EnumUtil

    Inheritance
    System.Object
    EnumUtil
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public static class EnumUtil

    Methods

    EachFlags<TEnum>(TEnum)

    フラグ式のEnumを受け取り、そのフラグが立っている各Enumタイプに分解します。

    Declaration
    public static IEnumerable<TEnum> EachFlags<TEnum>(TEnum input)
        where TEnum : Enum
    Parameters
    Type Name Description
    TEnum input
    Returns
    Type Description
    IEnumerable<TEnum>
    Type Parameters
    Name Description
    TEnum
    In This Article
    Back to top PLATEAU SDK for Unity