Vector2Decompose
Type float
Category Vector > Composition

Vector2Decompose

Description

Decomposes a Vector2 into 2 floats.

Enums

Enum #1

There is currently no description for the enum #1.

  • Vector2
  • Vector3
  • Vector2i
  • Vector3i

Arguments

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

Outputs

float - x (x)

There is currently no description for output x.

float - y (y)

There is currently no description for output y.