C# Class Vector3Save, PuzzleGameProject

Afficher le fichier Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
getVector3 ( ) : Vector3

Gets the vector3 with the value of the Vector3Save.

getVector3Save ( Vector3 vector3 ) : Vector3Save,

Gets the Vector3Save of a vector3.

Private Methods

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

Initializes a new instance of the Vector3Save class.

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

getVector3() public méthode

Gets the vector3 with the value of the Vector3Save.
public getVector3 ( ) : Vector3
Résultat Vector3

getVector3Save() public static méthode

Gets the Vector3Save of a vector3.
public static getVector3Save ( Vector3 vector3 ) : Vector3Save,
vector3 Vector3 Vector3.
Résultat Vector3Save,

Property Details

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