Skip to content

Commit c563521

Browse files
authored
Merge pull request #185 from vrchat-community/Dexvoid-patch-1
Update VRChat-API.md, Add EventTiming.FixedUpdate and EventTiming.PostLateUpdate
2 parents 5d1a2b3 + 5c06391 commit c563521

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/Docusaurus/docs/VRChat-API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ A component used to create portals to other rooms.
404404
| --- | --- |
405405
| Update | The event is fired during the `Update()` event. |
406406
| 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. |
407409

408410
### Mobility
409411
`enum VRC.SDKBase.VRCStation.Mobility`

0 commit comments

Comments
 (0)