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

    Type Alias DefinedLogicEntityInstance<Context, Shape, Events>

    DefinedLogicEntityInstance: BaseEntity<
        Context,
        Shape extends ShapeDefinition<AnyObject, any>
            ? Shape["runtimeType"]
            : undefined,
        Events,
    >

    The constructor output of DefinedLogicEntityConstructor.

    Type Parameters

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