Implicit Operator

Project Mercury API

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

Performs an implicit conversion from Vector3 to VariableFloat3.

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

Syntax

C#
public static implicit operator VariableFloat3 (
	Vector3 value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As Vector3 _
) As VariableFloat3
Visual C++
static implicit operator VariableFloat3 (
	Vector3 value
)

Parameters

value
Type: Vector3
The value.

Return Value

The result of the conversion.

See Also