docs.unity.cn
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(Type to AspectType)

    Implicit conversion from managed Type to AspectType.

    Declaration
    [ExcludeFromBurstCompatTesting("Returns managed type")]
    public static implicit operator AspectType(Type type)
    Parameters
    Type Name Description
    Type type

    The managed Type that derives from IAspect.

    Returns
    Type Description
    AspectType

    Returns the new AspectType.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023