Entity.this

The constructor

class Entity
nothrow @safe
this
(
string name = string.init
)

Parameters

name string

The name for the entity. If left blank, a default name is assigned with the form _entityN where N is an integer.

Meta