Property Type
Type
Returns the System.Type for the component this TypeManager.TypeInfo is describing.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed Type")]
public 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.