Fixed link to a page (it was literally the same name, now they are different pages) |
m fix link spaces |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
| | |OnContactEnd|| Fires when a Collision end event is triggered on the provided [[Collider]]. | ||
| | |OnContactStart|| Fires when a Collision start event is triggered on the provided [[Collider]]. | ||
| | |OnContactStay|| Fires every Frame when a [[Collider]] that can collide with the provided [[Collider]] is colliding. | ||
| | |OnGripEnd|| Fires when a user stops climbing the provided [[Collider]]. | ||
| | |OnGripStart|| Fires when a user starts climbing the provided [[Collider]]. | ||
| | |OnGripStay|| Fires every Frame when a user is climbing the provided [[Collider]]. | ||
| | |OnLocomotionGripBegin|| Fires when the provided Locomotion starts climbing a [[Collider]]. | ||
| | |OnLocomotionGripEnd|| Fires when the provided Locomotion stops climbing a [[Collider]]. | ||
}} | }} | ||
[[Category:ProtoFlux:Physics]] | [[Category:ProtoFlux:Physics]] |
Latest revision as of 03:49, 25 August 2025
Node Name | Description |
---|---|
OnContactEnd | Fires when a Collision end event is triggered on the provided Collider. |
OnContactStart | Fires when a Collision start event is triggered on the provided Collider. |
OnContactStay | Fires every Frame when a Collider that can collide with the provided Collider is colliding. |
OnGripEnd | Fires when a user stops climbing the provided Collider. |
OnGripStart | Fires when a user starts climbing the provided Collider. |
OnGripStay | Fires every Frame when a user is climbing the provided Collider. |
OnLocomotionGripBegin | Fires when the provided Locomotion starts climbing a Collider. |
OnLocomotionGripEnd | Fires when the provided Locomotion stops climbing a Collider. |
Pages in category "ProtoFlux:Physics:Events"
The following 8 pages are in this category, out of 8 total.