







|
| Project Mercury API Reference |
| VariableFloat3..::.Implicit Operator |
| VariableFloat3 Structure See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Performs an implicit conversion from VariableFloat3 to Vector3.
Namespace:
ProjectMercury
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
public static implicit operator Vector3 ( VariableFloat3 value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As VariableFloat3 _ ) As Vector3 |
| Visual C++ |
|---|
static implicit operator Vector3 ( VariableFloat3 value ) |
Parameters
- value
- Type: ProjectMercury..::.VariableFloat3
The value.
