My Project
|
Public Member Functions | |
override void | Create () |
override void | Apply () |
abstract void | Create () |
abstract void | Apply () |
Public Attributes | |
ObscuredVector2 | gravity = new Vector2(0, -25.0f) |
ObscuredInt | velocityIterations = 8 |
ObscuredInt | positionIterations = 3 |
ObscuredFloat | velocityThreshold = 1 |
ObscuredFloat | maxLinearCorrection = 0.2f |
ObscuredFloat | maxAngularCorrection = 8 |
ObscuredFloat | maxTranslationSpeed = 100 |
ObscuredFloat | maxRotationSpeed = 360 |
|
inlinevirtual |
Implements ClientSettingsComponent.
|
inlinevirtual |
Implements ClientSettingsComponent.