Vector3iDecompose
Type int
Category Vector > Composition

Vector3iDecompose

Description

Decomposes a Vector3i into 3 floats.

Enums

Enum #1

There is currently no description for the enum #1.

  • Vector2
  • Vector3
  • Vector2i
  • Vector3i

Arguments

Type Name (Display Name) Description Default
Vector3i vector There is currently no description for the argument vector. Vector3i(0, 0, 0)

Outputs

int - x (x)

There is currently no description for output x.

int - y (y)

There is currently no description for output y.

int - z (z)

There is currently no description for output z.