docs.unity.cn
    Show / Hide Table of Contents

    Method GetSystemTypeIndex

    GetSystemTypeIndex<T>()

    Returns the system index for System T.

    Declaration
    public static SystemTypeIndex GetSystemTypeIndex<T>()
    Returns
    Type Description
    SystemTypeIndex

    Returns the System index for the input type T

    Type Parameters
    Name Description
    T

    System type

    GetSystemTypeIndex(Type)

    Gets the SystemTypeIndex for the given system type.

    Declaration
    public static SystemTypeIndex GetSystemTypeIndex(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    SystemTypeIndex
    Exceptions
    Type Condition
    ArgumentException
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023