csharp
public sealed class PhysicsSettingsWhat 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 GravityThe acceleration everything falls under, in metres per second squared.
public float StepRateHow many times a second the simulation steps.
public int SolverIterationsHow many solver iterations each step takes.
Used by (3)
- Describes_Vixen_Editor_App_PhysicsSettingsVixen.Editor.App
- TypeRegistrationVixen.Editor.App
- WorldSettingsVixen.Editor.App