EntityManager.updateMT

Same as "void updateMT(int pass = 0)" but use pass name instead of id.

  1. void updateMT(const(char)[] pass_name)
    struct EntityManager
    export export nothrow @nogc
    void
    updateMT
    (
    const(char)[] pass_name
    )
  2. void updateMT(ushort pass)

Meta