Table of Contents

Operator explicit operator

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

explicit operator GridPoint3(Vector3)

Converts a Vector2 to a GridPoint2 by casting components to integers.

public static explicit operator GridPoint3(Vector3 vector)

Parameters

vector Vector3

Returns

GridPoint3