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