Gets or sets the mass of the actor.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

See Also