Property IsSystemStateSharedComponent
IsSystemStateSharedComponent
Obsolete. Use IsCleanupComponent instead.
Declaration
[Obsolete("IsSystemStateSharedComponent has been renamed to IsCleanupSharedComponent. IsSystemStateSharedComponent will be removed in a future package release. (UnityUpgradable) -> IsCleanupSharedComponent", false)]
public bool IsSystemStateSharedComponent { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Obsolete. Use IsCleanupComponent instead.
True if the component type is a <xref href="Unity.Entities.ICleanupSharedComponentData" data-throw-if-not-resolved="false"></xref>.