 | ISystemEntityManager Property |
Entity manager for this system.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxEntityManager EntityManager { get; set; }
Property EntityManager As EntityManager
Get
Set
property EntityManager^ EntityManager {
EntityManager^ get ();
void set (EntityManager^ value);
}
abstract EntityManager : EntityManager with get, set
Property Value
Type:
EntityManager
See Also