API Referenceglobal
public sealed class Sandbox.PhysicsGroupDescription.Joint
Properties
Showing 28 properties
public float Sandbox.PhysicsGroupDescription.Joint.AngularDampingRatio { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.AngularFrequency { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.AngularStrength { get; set; }
public Vector3 Sandbox.PhysicsGroupDescription.Joint.AngularTargetVelocity { get; set; }
public int Sandbox.PhysicsGroupDescription.Joint.Body1 { get; set; }
public int Sandbox.PhysicsGroupDescription.Joint.Body2 { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableAngularMotor { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableCollision { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableLinearLimit { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableLinearMotor { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableSwingLimit { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.EnableTwistLimit { get; set; }
public bool Sandbox.PhysicsGroupDescription.Joint.Fixed { get; set; }
public Transform Sandbox.PhysicsGroupDescription.Joint.Frame1 { get; set; }
public Transform Sandbox.PhysicsGroupDescription.Joint.Frame2 { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.LinearDampingRatio { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.LinearFrequency { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.LinearMax { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.LinearMin { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.LinearStrength { get; set; }
public Vector3 Sandbox.PhysicsGroupDescription.Joint.LinearTargetVelocity { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.MaxForce { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.MaxTorque { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.SwingMax { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.SwingMin { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.TwistMax { get; set; }
public float Sandbox.PhysicsGroupDescription.Joint.TwistMin { get; set; }
public Sandbox.PhysicsGroupDescription.JointType Sandbox.PhysicsGroupDescription.Joint.Type { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PhysicsGroupDescription.Joint |