Vector2

Build Vector 2

Creates a Vector2 object from constituent parts.

Inputs:

Name
Type
Description

X In

Float

X value for the Vector2.

Y In

Float

Y value for the Vector2.

Outputs:

Name
Type
Description

Output

Vector2

The constructed Vector2.

Get Vector2

Converts a Vector2 component to a Vector2 data type.

Inputs:

Name
Type
Description

Vector2 Component

Vector2 component

Reference to a Vector2 component.

Outputs:

Name
Type
Description

Vector2 Out

Vector2

Vector2 object.

Set Vector2

Set the value of a Vector2 component.

Inputs:

Name
Type
Description

Enter

Flow

The initiating flow.

Vector2 Component

Vector2 Component

Reference to the Vector2 component for which to set a value.

Value In

Vector2 [editable]

The value to assign to the vector component.

Outputs:

Name
Type
Description

Exit

Flow

Continuation of the initiating flow.

Vector2 Out

Vector2

Same as Value In.

Split Vector2

Splits a Vector2 into its constituent parts.

Inputs:

Name
Type
Description

Vector2 In

Vector2

The Vector2 object to split.

Outputs:

Name
Type
Description

X

Float

The X component.

Y

Float

The Y component.

Last updated