![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Public Member Functions | |
| def | __init__ (self, id=-1, text="What is your response?", display=input.UserOptionDisplay()) |
| def | to_json (self) |
Public Member Functions inherited from ptvr.stimuli.world.Scene | |
| def | to_json (self) |
| def | write (self, fp) |
Public Attributes | |
| id | |
| text | |
| input | |
An interface for creating a scene where user response is requested.
| def ptvr.stimuli.world.ResponseScene.__init__ | ( | self, | |
id = -1, |
|||
text = "What is your response?", |
|||
display = input.UserOptionDisplay() |
|||
| ) |
| def ptvr.stimuli.world.ResponseScene.to_json | ( | self | ) |
| ptvr.stimuli.world.ResponseScene.id |
| ptvr.stimuli.world.ResponseScene.input |
| ptvr.stimuli.world.ResponseScene.text |