Simulator3D
This class provides a basic structure for 3D physics simulation.
Members
private PhysicsScene _physicsScene
:A
_physicsScene
variable that represents the physics scene.
Methods
Parameters:
gameObject
: Game object on which physics simulation is applied.
The constructor method initializes the
_physicsScene
variable.
Starts the physics scene.
Updates the physics scene in fixed step.
Last updated