C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.Vector4

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the Vector4 class.

Method Details

Vector4() public méthode

Initializes a new instance of the Vector4 class.
public Vector4 ( float x, float y, float z, float w ) : System
x float The x component of the Vector4.
y float The y component of the Vector4.
z float The z component of the Vector4.
w float The w component of the Vector4.
Résultat System