Class ComponentSystemBaseManagedComponentExtensions
Variants of ComponentSystemBase methods which support managed components.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class ComponentSystemBaseManagedComponentExtensionsMethods
| Name | Description | 
|---|---|
| GetSingletonRW<T>(ComponentSystemBase) | Gets the value of a singleton component, for read/write access. | 
| GetSingleton<T>(ComponentSystemBase) | Gets the value of a singleton component. | 
| SetSingleton<T>(ComponentSystemBase, T) | Sets the value of a singleton component. |