Class EntityQueryManagedComponentExtensions
Variants of EntityQuery methods that support managed component types
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public static class EntityQueryManagedComponentExtensions
Methods
Name | Description |
---|---|
Get |
Gets the value of a singleton component, for read/write access. |
Get |
Gets the value of a singleton component. |
Set |
Sets the value of a singleton component. |
Try |
Gets the value of a singleton component, for read/write access. |