Struct SystemHandle
An identifier representing a system instance in a particular world.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct SystemHandle
Properties
Name | Description |
---|---|
Null | A "blank" SystemHandle that does not refer to an actual system. |
Methods
Name | Description |
---|---|
Compare |
Implements IComparable interface for usage in generic sorted containers |
Equals(object) | SystemHandle instances are equal if they refer to the same system instance. |
Equals(System |
Implements IEquatable interface for usage in generic containers. SystemHandle instances are equal if they refer to the same system instance. |
Get |
A hash used for comparisons. |
Update(World |
Update the system manually. |
Operators
Name | Description |
---|---|
operator ==(System |
SystemHandle instances are equal if they refer to the same system instance. |
operator !=(System |
SystemHandle instances are equal if they refer to the same system instance. |