C# Class PhotonAPI.API.Position.Vector4

Afficher le fichier Open project: pikkmin/PhotonAPI

Méthodes publiques

Свойство Type Description
w float
x float
y float
z float

Méthodes publiques

Méthode Description
Vector4 ( float x, float y, float z, float w ) : System

Method Details

Vector4() public méthode

public Vector4 ( float x, float y, float z, float w ) : System
x float
y float
z float
w float
Résultat System

Property Details

w public_oe property

public float w
Résultat float

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float

z public_oe property

public float z
Résultat float