| ContactUserData Property |
Gets or sets the user data.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public Object UserData { get; set; }
Public Property UserData As Object
Get
Set
public:
property Object^ UserData {
Object^ get ();
void set (Object^ value);
}
member UserData : Object with get, set
Property Value
Type:
ObjectThe user data.
Remarks
This property can store end-user data. This property is not used by the collision detection
library itself.
See Also