Class: SimulatorInterface
Defined in: src/simulator/SimulatorInterface.ts:9
Constructors
Constructor
new SimulatorInterface():
SimulatorInterface
Returns
SimulatorInterface
Methods
createHandPosePanel()
createHandPosePanel(
simulatorOptions
,simulatorHands
):void
Defined in: src/simulator/SimulatorInterface.ts:58
Parameters
simulatorOptions
simulatorHands
Returns
void
createModeIndicator()
createModeIndicator(
simulatorOptions
,simulatorControls
):void
Defined in: src/simulator/SimulatorInterface.ts:25
Parameters
simulatorOptions
simulatorControls
Returns
void
getInterfaceVisible()
getInterfaceVisible():
boolean
Defined in: src/simulator/SimulatorInterface.ts:83
Returns
boolean
hideUiElements()
hideUiElements():
void
Defined in: src/simulator/SimulatorInterface.ts:69
Returns
void
init()
init(
simulatorOptions
,simulatorControls
,simulatorHands
):void
Defined in: src/simulator/SimulatorInterface.ts:16
Initialize the simulator interface.
Parameters
simulatorOptions
simulatorControls
simulatorHands
Returns
void
showGeminiLivePanel()
showGeminiLivePanel(
simulatorOptions
):void
Defined in: src/simulator/SimulatorInterface.ts:50
Parameters
simulatorOptions
Returns
void
showInstructions()
showInstructions(
simulatorOptions
):void
Defined in: src/simulator/SimulatorInterface.ts:38
Parameters
simulatorOptions
Returns
void
showUiElements()
showUiElements():
void
Defined in: src/simulator/SimulatorInterface.ts:76
Returns
void
toggleInterfaceVisible()
toggleInterfaceVisible():
void
Defined in: src/simulator/SimulatorInterface.ts:87
Returns
void