docs.unity.cn
    Show / Hide Table of Contents

    Property Type

    Type

    Returns the System.Type for the component this TypeManager.TypeInfo is describing.

    Declaration
    [ExcludeFromBurstCompatTesting("Returns managed Type")]
    public readonly Type Type { get; }
    Property Value
    Type Description
    Type
    Remarks

    Unlike other properties, this property performs a lookup in order to not store managed data in TypeManager.TypeInfo as that would prevent Burst compilation.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023