@masatomakino/threejs-interactive-object
    Preparing search index...

    Interface InteractionHandlerConstructor<InteractionHandler, Value>

    interface InteractionHandlerConstructor<
        InteractionHandler extends ButtonInteractionHandler<Value>,
        Value,
    > {
        new InteractionHandlerConstructor(
            param: ButtonInteractionHandlerParameters<Value>,
        ): InteractionHandler;
    }

    Type Parameters

    Index

    Constructors

    Constructors