@game-vir/entity - v15.1.1
    Preparing search index...

    Type Alias DefinedLogicEntityConstructor<EntityKey, Context, Shape, Events>

    DefinedLogicEntityConstructor: Constructor<
        DefinedLogicEntityInstance<Context, Shape, Events>,
        ConstructorParameters<typeof BaseEntity>,
    > & StaticEntity<EntityKey, Shape>

    Output of DefineLogicEntity.

    Type Parameters

    • EntityKey
    • Context
    • Shape extends ShapeDefinition<AnyObject, any> | undefined
    • Events extends Readonly<Event>