-
Notifications
You must be signed in to change notification settings - Fork 0
PhysicsServer2D SpaceParameter
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.PhysicsServer2D.SpaceParameter |
| Namespace | Electron2D |
| Kind | enum |
| Category | Physics |
Identifies a configurable parameter of a physics space.
public enum Electron2D.PhysicsServer2D.SpaceParameter : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: PhysicsServer2D.SpaceParameter
Space parameter enum with value round-trip through the server boundary.
This type is part of the Electron2D 0.1.0 Preview public API.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
BodyAngularVelocitySleepThreshold |
Enum value | Angular velocity threshold below which a body can sleep. |
BodyLinearVelocitySleepThreshold |
Enum value | Linear velocity threshold below which a body can sleep. |
BodyTimeToSleep |
Enum value | Time a low-activity body must remain below thresholds before sleeping. |
ConstraintDefaultBias |
Enum value | Default constraint solver bias. |
ContactDefaultBias |
Enum value | Default contact solver bias. |
ContactMaxAllowedPenetration |
Enum value | Maximum allowed penetration before solver correction. |
ContactMaxSeparation |
Enum value | Maximum separation still considered for contact persistence. |
ContactRecycleRadius |
Enum value | Contact recycle radius. |
SolverIterations |
Enum value | Number of solver iterations used by the space. |
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter BodyAngularVelocitySleepThresholdAngular velocity threshold below which a body can sleep.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter BodyLinearVelocitySleepThresholdLinear velocity threshold below which a body can sleep.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter BodyTimeToSleepTime a low-activity body must remain below thresholds before sleeping.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter ConstraintDefaultBiasDefault constraint solver bias.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter ContactDefaultBiasDefault contact solver bias.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter ContactMaxAllowedPenetrationMaximum allowed penetration before solver correction.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter ContactMaxSeparationMaximum separation still considered for contact persistence.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter ContactRecycleRadiusContact recycle radius.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Kind: Enum value
public const Electron2D.PhysicsServer2D.SpaceParameter SolverIterationsNumber of solver iterations used by the space.
Use this value with APIs that accept SpaceParameter.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.SpaceParameter
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.