Method IsManagedType
IsManagedType(TypeIndex)
Declaration
[Obsolete("Managed component types are deprecated. This helper will be removed once managed components are no longer supported. First deprecated in 6.6.")]
public static bool IsManagedType(TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | typeIndex | TypeIndex for a component |
Returns
| Type | Description |
|---|---|
| bool | Returns if the component type requires managed storage due to being a class type, and/or contains reference types |