C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.Vector3

Represents a 3D vector.
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
Vector3 ( float x, float y, float z ) : System

Initializes a new instance of the Vector3 class.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector3() public méthode

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