BooleanVector3
Functions
Link copied to clipboard
fun toIntVector3(x: Int = if (this.x) 1 else 0, y: Int = if (this.y) 1 else 0, z: Int = if (this.z) 1 else 0): IntVector3
Casts to IntVector3.
Casts to IntVector3.