Fork me on GitHub

Vector3.

Vector3(float, float, float) Constructor

Namespace
SharpInputSystem
Containing Type
Vector3

Syntax

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

Parameters

Name Type Description
x float
y float
z float

Return Value

Type Description
void