Interface IWorld

Hierarchy

Methods

  • Add a resource to this world and returns the resource instance

    Type Parameters

    • T extends object

    Parameters

    • type: T | TTypeProto<T>
    • Rest ...args: readonly unknown[]

      constructor parameters

    Returns T | TTypeProto<T>

Generated using TypeDoc