| LinearLimitAnchorPoseALocal Property |
Gets or sets the constraint anchor pose on
BodyA 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 Pose AnchorPoseALocal { get; set; }
Public Property AnchorPoseALocal As Pose
Get
Set
public:
property Pose AnchorPoseALocal {
Pose get ();
void set (Pose value);
}
member AnchorPoseALocal : Pose with get, set
Property Value
Type:
Pose
The constraint anchor pose on
BodyA in local space of
BodyA.
See Also