Click or drag to resize

EntityId  Conversion Operators

Overload List
  NameDescription
Public operatorStatic member(Component to EntityId)
Performs an implicit conversion from Component to EntityId. Returns the entity of the component.
Public operatorStatic member(EntityId to Int32)
Performs an implicit conversion from EntityId to Int32. Returns the handle of this value.
Public operatorStatic member(EntityId to Boolean)
Performs an implicit conversion from EntityId to Boolean. Returns true if the specified value is not of the default empty type and does not have an invalid handle.
Top
See Also