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

    Class RadioButtonManager<Value>

    Type Parameters

    • Value = any

    Hierarchy

    Index

    Constructors

    Properties

    _interactionHandlers: RadioButtonInteractionHandler<Value>[] = []

    このマネージャーの管理下のボタン

    現状選択されているボタン。

    prefixed: string | boolean

    Accessors

    Methods

    • Return an array listing the events for which the emitter has registered listeners.

      Returns (keyof ThreeMouseEventMap<Value>)[]

    • Return the number of listeners listening to a given event.

      Parameters

      Returns number

    • Remove all listeners, or those of the specified event.

      Parameters

      • Optionalevent: keyof ThreeMouseEventMap<Value>

      Returns this

    • Remove the listeners of a given event.

      Type Parameters

      Parameters

      Returns this