Version: 2017.1

Vector3Constructor

매뉴얼로 전환
public Vector3 (float x, float y, float z);

설명

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


public Vector3 (float x, float y);

설명

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