API Referenceglobal
Jointclass
Represents a `Sandbox.Joint` between two bodies with local frames for each.
object→Joint
Constructors1
Showing 1 constructors
public Joint(Sandbox.Joint Component, Sandbox.ModelPhysics.Body Body1, Sandbox.ModelPhysics.Body Body2, Transform LocalFrame1, Transform LocalFrame2)
Represents a `Sandbox.Joint` between two bodies with local frames for each.
| Parameter | Type | Description |
|---|---|---|
| Component | Joint | — |
| Body1 | Body | — |
| Body2 | Body | — |
| LocalFrame1 | Transform | — |
| LocalFrame2 | Transform | — |
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties5
Showing 5 properties
public Sandbox.ModelPhysics.Body Sandbox.ModelPhysics.Joint.Body1 { get; set; }
public Sandbox.ModelPhysics.Body Sandbox.ModelPhysics.Joint.Body2 { get; set; }
public Sandbox.Joint Sandbox.ModelPhysics.Joint.Component { get; set; }
public Transform Sandbox.ModelPhysics.Joint.LocalFrame1 { get; set; }
public Transform Sandbox.ModelPhysics.Joint.LocalFrame2 { get; set; }
No results match this filter.