C# Class ShaderInterpreter.ShaderMath.uint2

Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
operator ( ) : uint2
uint2 ( ) : System
uint2 ( uint _x ) : System
uint2 ( uint _x, uint _y ) : System

Method Details

operator() public static méthode

public static operator ( ) : uint2
Résultat uint2

uint2() public méthode

public uint2 ( ) : System
Résultat System

uint2() public méthode

public uint2 ( uint _x ) : System
_x uint
Résultat System

uint2() public méthode

public uint2 ( uint _x, uint _y ) : System
_x uint
_y uint
Résultat System

Property Details

x public_oe property

public uint x
Résultat uint