Class EntityQueryManagedComponentExtensions
Namespace: Unity.Entities
Syntax
public static class EntityQueryManagedComponentExtensionsMethods
| Name | Description | 
|---|---|
| GetSingleton<T>(EntityQuery) | Gets the value of a singleton component. | 
| SetSingleton<T>(EntityQuery, T) | Sets the value of a singleton component. |