This field represents the position of the cube

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XYZ Pos { get; set; }
Visual Basic (Declaration)
Public Property Pos As XYZ
Visual C++
public:
property XYZ^ Pos {
	XYZ^ get ();
	void set (XYZ^ value);
}

See Also