C# Class ShaderInterpreter.ShaderMath.uint4

Afficher le fichier Open project: Patapom/GodComplex

Méthodes publiques

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

Méthodes publiques

Méthode Description
operator ( ) : uint4
uint4 ( ) : System
uint4 ( uint _x ) : System
uint4 ( uint _x, uint _y, uint _z, uint _w ) : System
uint4 ( uint _x, uint _y, uint2 _zw ) : System
uint4 ( uint _x, uint2 _yz, uint _w ) : System
uint4 ( uint2 _xy, uint _z, uint _w ) : System
uint4 ( uint2 _xy, uint2 _zw ) : System
uint4 ( uint3 _xyz, uint _w ) : System

Method Details

operator() public static méthode

public static operator ( ) : uint4
Résultat uint4

uint4() public méthode

public uint4 ( ) : System
Résultat System

uint4() public méthode

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

uint4() public méthode

public uint4 ( uint _x, uint _y, uint _z, uint _w ) : System
_x uint
_y uint
_z uint
_w uint
Résultat System

uint4() public méthode

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

uint4() public méthode

public uint4 ( uint _x, uint2 _yz, uint _w ) : System
_x uint
_yz uint2
_w uint
Résultat System

uint4() public méthode

public uint4 ( uint2 _xy, uint _z, uint _w ) : System
_xy uint2
_z uint
_w uint
Résultat System

uint4() public méthode

public uint4 ( uint2 _xy, uint2 _zw ) : System
_xy uint2
_zw uint2
Résultat System

uint4() public méthode

public uint4 ( uint3 _xyz, uint _w ) : System
_xyz uint3
_w uint
Résultat System

Property Details

x public_oe property

public uint x
Résultat uint