![]() |
Obi
7.0.5
Unified particle physics for Unity
|
Public Member Functions | |
| void | ResetPosition () |
| override void | UpdateIfNeeded (float stepTime) |
| override void | UpdateVelocities (Vector3 linearDelta, Vector3 angularDelta) |
Public Member Functions inherited from Obi.ObiRigidbodyBase | |
| void | OnDisable () |
Public Attributes | |
| Vector2 | position => unityRigidbody.position |
| float | rotation => unityRigidbody.rotation |
Public Attributes inherited from Obi.ObiRigidbodyBase | |
| bool | kinematicForParticles = false |
Protected Member Functions | |
| override void | OnEnable () |
Properties | |
| Rigidbody2D | unityRigidbody [get, set] |
| Vector2 | linearVelocity [get, set] |
| float | angularVelocity [get, set] |
Properties inherited from Obi.ObiRigidbodyBase | |
| ObiRigidbodyHandle | handle [get] |
Additional Inherited Members | |
Protected Attributes inherited from Obi.ObiRigidbodyBase | |
| ObiRigidbodyHandle | rigidbodyHandle |
Small helper class that lets you specify Obi-only properties for rigidbodies.
|
virtual |
Reads velocities back from the solver.
Implements Obi.ObiRigidbodyBase.