Method IsSystemStateComponent
IsSystemStateComponent(TypeIndex)
Obsolete. Use IsCleanupComponent instead.
Declaration
[Obsolete("IsSystemStateComponent() has been renamed to IsCleanupComponent(). IsSystemStateComponent() will be removed in a future package release. (UnityUpgradable) -> IsCleanupComponent(*)", false)]
public static bool IsSystemStateComponent(TypeIndex typeIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| TypeIndex | typeIndex | TypeIndex for a component | 
Returns
| Type | Description | 
|---|---|
| bool | Returns if the component is a cleanup component |