Method IsManagedComponent
IsManagedComponent(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 IsManagedComponent(TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | typeIndex | TypeIndex for a component |
Returns
| Type | Description |
|---|---|
| bool | Returns if the component type IsManagedType and inherits from IComponentData |