Scale value input

The scale value for the VR object will be input in a TextField component of the number type.

mern-vrgame/client/game/VRObjectForm.js:

<TextField    value={this.state.scale}    label="Scale"    onChange={this.handleChange('scale')}    type="number"/>

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.