C# Class ShaderCompiler.Core.Vector2

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
x double

Méthodes publiques

Méthode Description
Vector2 ( ) : System
Vector2 ( double x, double y ) : System
operator ( ) : Vector2
this ( int i ) : double

Private Methods

Méthode Description
Output ( CompilerOutputs output ) : string

Method Details

Vector2() public méthode

public Vector2 ( ) : System
Résultat System

Vector2() public méthode

public Vector2 ( double x, double y ) : System
x double
y double
Résultat System

operator() public static méthode

public static operator ( ) : Vector2
Résultat Vector2

this() public méthode

public this ( int i ) : double
i int
Résultat double

Property Details

x public_oe property

public double x
Résultat double