ComponentManager.idOf

idOf

  1. string idOf()
  2. string idOf(C component)
    class ComponentManager
    @safe pure static
    string
    idOf
    ()

Return Value

Type: string

the id of a given component

Examples

world.component.idOf!Foo;

Meta