Sample Method

Project Mercury API

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

Samples the VariableFloat3.

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

Syntax

C#
public Vector3 Sample()
Visual Basic (Declaration)
Public Function Sample As Vector3
Visual C++
public:
Vector3 Sample()

Return Value

A randomised Vector3 value.

See Also