Class ComponentSystemBaseManagedComponentExtensions
Namespace: Unity.Entities
Syntax
public static class ComponentSystemBaseManagedComponentExtensions : object
Methods
Name | Description |
---|---|
GetSingleton<T>(ComponentSystemBase) | Gets the value of a singleton component. |
HasSingleton<T>(ComponentSystemBase) | Checks whether a singleton component of the specified type exists. |
SetSingleton<T>(ComponentSystemBase, T) | Sets the value of a singleton component. |