Platforms Property

Project Mercury API

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

The list of platforms.

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

Syntax

C#
public List<BoundingBox> Platforms { get; set; }
Visual Basic (Declaration)
Public Property Platforms As List(Of BoundingBox)
Visual C++
public:
property List<BoundingBox>^ Platforms {
	List<BoundingBox>^ get ();
	void set (List<BoundingBox>^ value);
}

See Also