Loading [MathJax]/extensions/tex2jax.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MotorSettings.h File Reference

Go to the source code of this file.

Classes

class  MotorSettings
 

Enumerations

enum class  EMotorState { Off , Velocity , Position }
 

Enumeration Type Documentation

◆ EMotorState

enum class EMotorState
strong
Enumerator
Off 

Motor is off.

Velocity 

Motor will drive to target velocity.

Position 

Motor will drive to target position.