 | ContactConstraint.Contact Property |
Gets the contact.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntaxpublic Contact Contact { get; }
Public ReadOnly Property Contact As Contact
Get
public:
property Contact^ Contact {
Contact^ get ();
}
member Contact : Contact with get
Property Value
Type:
ContactThe contact.
See Also