Click or drag to resize
DigitalRuneContactUserData Property
Gets or sets the user data.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Object UserData { get; set; }

Property Value

Type: Object
The user data.
Remarks

This property can store end-user data. This property is not used by the collision detection library itself.

See Also