Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Vector3.Vector3

public function Vector3(x: float, y: float, z: float)

Description

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

public function Vector3(x: float, y: float)

Description

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