Gets or Sets mass

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public float Mass { get; set; }
Visual Basic
Public Property Mass As Single
	Get
	Set
Visual C++
public:
property float Mass {
	float get ();
	void set (float value);
}

See Also