| ContactConstraintBodyA Property |
Gets the first body.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public RigidBody BodyA { get; }
Public ReadOnly Property BodyA As RigidBody
Get
public:
virtual property RigidBody^ BodyA {
RigidBody^ get () sealed;
}
abstract BodyA : RigidBody with get
override BodyA : RigidBody with get
Property Value
Type:
RigidBodyThe first body.
Implements
IConstraintBodyASee Also