![]() |
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) |
![]() | |
void | OnDisable () |
Public Attributes | |
Vector3 | position => unityRigidbody.position |
Quaternion | rotation => unityRigidbody.rotation |
![]() | |
bool | kinematicForParticles = false |
Protected Member Functions | |
override void | OnEnable () |
Properties | |
Rigidbody | unityRigidbody [get, set] |
Vector3 | linearVelocity [get, set] |
Vector3 | angularVelocity [get, set] |
![]() | |
ObiRigidbodyHandle | handle [get] |
Additional Inherited Members | |
![]() | |
ObiRigidbodyHandle | rigidbodyHandle |
Small helper class that lets you specify Obi-only properties for rigidbodies.
|
virtual |
Reads velocities back from the solver.
Implements Obi.ObiRigidbodyBase.