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