Vixen
02b45cc4
csharp
public sealed class PhysicsSettings

What the scene's physics does when nobody says otherwise.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public Vector3 Gravity

    The acceleration everything falls under, in metres per second squared.

  • public float StepRate

    How many times a second the simulation steps.

  • public int SolverIterations

    How many solver iterations each step takes.

Used by (3)

  • Describes_Vixen_Editor_App_PhysicsSettingsVixen.Editor.App
  • TypeRegistrationVixen.Editor.App
  • WorldSettingsVixen.Editor.App