Radius Property

Project Mercury API

[This is preliminary documentation and is subject to change.]

Gets or sets the radius of the gravity well.

Namespace:  ProjectMercury.Modifiers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown if the specified value is negetive or zero.

See Also