Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Vector4.Vector4

Switch to Manual
public Vector4(x: float, y: float, z: float, w: float)

Parameters

Description

Creates a new vector with given x, y, z, w components.


public Vector4(x: float, y: float, z: float)

Parameters

Description

Creates a new vector with given x, y, z components and sets w to zero.


public Vector4(x: float, y: float)

Parameters

Description

Creates a new vector with given x, y components and sets z and w to zero.