Entity.name

All entities have a name. If no name is set, a default name is used. Names are used to fetch specific entities from the engine, and can also help to identify an entity when debugging.

  1. string name [@property getter]
    class Entity
    @property nothrow @safe
    string
    name
    ()
  2. string name [@property setter]

Meta