C# Class SettingsCompiler.Direction

Afficher le fichier Open project: TheRealMJP/Shadows Class Usage Examples

Méthodes publiques

Свойство Type Description
X float
Y float
Z float

Méthodes publiques

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

Method Details

Direction() public méthode

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

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