File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ Components provide all of the features and extensibility of A-Frame. There is a
2424 - [ Single-Property Schemas] ( #single-property-schemas )
2525 - [ Multi-Property Schemas] ( #multi-property-schemas )
2626- [ Lifecycle Methods] ( #lifecycle-methods )
27- - [ Component.init()] ( #component-init-set-up )
28- - [ Component.update(oldData)] ( #component-update-olddata-modify-the-entity )
29- - [ Component.remove()] ( #component-remove-tear-down )
30- - [ Component.tick(time)] ( #component-tick-time-run-continuously )
31- - [ Component.pause()] ( #component-pause-stop )
32- - [ Component.play()] ( #component-play-go )
27+ - [ Component.init()] ( #component-init )
28+ - [ Component.update(oldData)] ( #component-update-olddata )
29+ - [ Component.remove()] ( #component-remove )
30+ - [ Component.tick(time)] ( #component-tick-time )
31+ - [ Component.pause()] ( #component-pause-component-play )
32+ - [ Component.play()] ( #component-pause-component-play )
3333- [ Writing a Component] ( #writing-a-component )
3434 - [ Line Component] ( #line-component )
3535 - [ Skeleton] ( #skeleton )
You can’t perform that action at this time.
0 commit comments