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

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.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 physics simulation.

See Also