Class ComponentSystemGroupExtensions
Obsolete. This class only contains deprecated extension methods.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[Obsolete("This class will soon be empty and will be removed. (RemovedAfter Entities 1.0)")]
public static class ComponentSystemGroupExtensions
  Methods
| Name | Description | 
|---|---|
| AddUnmanagedSystemToUpdateList(ComponentSystemGroup, SystemHandle) | Obsolete. Use AddSystemToUpdateList(ComponentSystemBase) instead.  | 
      
| RemoveUnmanagedSystemFromUpdateList(ComponentSystemGroup, SystemHandle) | Obsolete. Use RemoveSystemFromUpdateList(ComponentSystemBase) instead.  |