godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
Vector2i.opOpAssign
godot
vector2
Vector2i
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Vector2i other)
struct
Vector2i
@
nogc
nothrow
void
opOpAssign
(
string
op
)
(
in
Vector2i
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
void
opOpAssign
(godot_int scalar)
Meta
Source
See Implementation
godot
vector2
Vector2i
constructors
this
functions
abs
aspect
clamp
length
lengthSquared
opAssign
opBinary
opBinaryRight
opCast
opCmp
opIndex
opOpAssign
opUnary
unions
__anonymous