We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d1a2b3 + 5c06391 commit c563521Copy full SHA for c563521
1 file changed
Tools/Docusaurus/docs/VRChat-API.md
@@ -404,6 +404,8 @@ A component used to create portals to other rooms.
404
| --- | --- |
405
| Update | The event is fired during the `Update()` event. |
406
| LateUpdate | The event is fired during the `LateUpdate()` event. |
407
+| FixedUpdate | The event is fired during the `FixedUpdate()` event. |
408
+| PostLateUpdate | The event is fired during the `PostLateUpdate()` event. |
409
410
### Mobility
411
`enum VRC.SDKBase.VRCStation.Mobility`
0 commit comments