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