Vector2Compose
Type Vector2
Category Vector > Composition

Vector2Compose

Description

Composes 2 floats into Vector2.

Enums

Enum #1

There is currently no description for the enum #1.

  • Vector2
  • Vector3
  • Vector2i
  • Vector3i

Arguments

Type Name (Display Name) Description Default
float x (x) There is currently no description for the argument x. 0.0
float y (y) There is currently no description for the argument y. 0.0

Outputs

Vector2 - vector (Composed Vector2)

There is currently no description for output vector.