Makes a vector2i by component-wise truncation of V to intss.
Verse using statement |
using { /UnrealEngine.com/Temporary/SpatialMath } |
ToVector2i<public>(V:vector2):vector2i
Parameters
ToVector2i takes the following parameters:
| Name | Type | Description |
|---|---|---|
V |
vector2 |
Attributes, Specifiers, and Effects
Specifiers
The following specifiers determine how you can interact with ToVector2i in your programs. For the complete list of specifiers, see the Specifiers Page.
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |