Class SystemAPI.ManagedAPI
The managed half of System
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public static class SystemAPI.ManagedAPI
Methods
Name | Description |
---|---|
Get |
Gets the run-time type information required to access an array of component data in a chunk. |
Get |
Look up the value of a component for an entity. |
Get |
Gets the value of a component for an entity associated with a system. |
Get |
Gets the run-time type information required to access a shared component data in a chunk. |
Get |
Gets the Entity instance for a singleton. |
Get |
Gets the value of a singleton component. |
Has |
Checks whether an entity has a specific type of component. |
Has |
Checks whether an entity associated with a system has a specific type of component. |
Has |
Checks whether a singleton component of the specified type exists. |
Is |
Checks whether the IComponent |
Is |
Checks whether the IComponent |
Set |
Enable or disable the IComponent |
Set |
Enable or disable the IComponent |
Try |
Gets the singleton Entity, and returns whether or not a singleton Entity of the specified type exists in the World. |
Try |
Gets the value of a singleton component, and returns whether or not a singleton component of the specified type exists in the World. |