File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,14 @@ export class App extends React.Component {
3838## Optional attributes
3939
4040### Width and height
41- > The default width and height is 100%
41+ The default width and height is 100%
4242``` js
4343< Unity ... width= ' 500px' height= ' 350px' / >
4444< Unity ... width= ' 50%' height= ' 50%' / >
4545```
4646
4747### Tracking progression
48- > The loading progression of the Unity player
49- > will be a value between 0 and 1
48+ The loading progression of the Unity player will be a value between 0 and 1
5049``` js
5150< Unity ... onProgress= { this .onProgress } / >
5251onProgress (progression ) {
@@ -57,7 +56,7 @@ onProgress (progression) {
5756```
5857
5958### Modules
60- > Override the module
59+ Overrides the module object
6160``` js
6261this .myCustomModule = { ... }
6362< Unity ... module = { this .myCustomModule } / >
You can’t perform that action at this time.
0 commit comments