| PlaneLimitPlaneALocal Property |
Gets or sets the constraint plane that this is fixed on
BodyA
(defined in local space of
BodyA).
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public Plane PlaneALocal { get; set; }
Public Property PlaneALocal As Plane
Get
Set
public:
property Plane PlaneALocal {
Plane get ();
void set (Plane value);
}
member PlaneALocal : Plane with get, set
Property Value
Type:
Plane
The constraint plane that this is fixed on
BodyA (defined in local
space of
BodyA).
See Also