C# Class Vector3Save, PuzzleGameProject

Mostra file Open project: Cedric-Paris/PuzzleGameProject Class Usage Examples

Public Properties

Property Type Description
x float
y float
z float

Public Methods

Method 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

Method Description
Vector3Save ( float x, float y, float z ) : System

Initializes a new instance of the Vector3Save class.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

getVector3() public method

Gets the vector3 with the value of the Vector3Save.
public getVector3 ( ) : Vector3
return Vector3

getVector3Save() public static method

Gets the Vector3Save of a vector3.
public static getVector3Save ( Vector3 vector3 ) : Vector3Save,
vector3 Vector3 Vector3.
return Vector3Save,

Property Details

x public_oe property

public float x
return float

y public_oe property

public float y
return float

z public_oe property

public float z
return float