C# Class HaloMap.DDSFunctions.Swizzler.MaskSet

The mask set.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
x int
y int
z int

Méthodes publiques

Méthode Description
MaskSet ( int w, int h, int d )

Initializes a new instance of the MaskSet class.

Method Details

MaskSet() public méthode

Initializes a new instance of the MaskSet class.
public MaskSet ( int w, int h, int d )
w int The w.
h int The h.
d int The d.

Property Details

x public_oe property

The x.
public int x
Résultat int

y public_oe property

The y.
public int y
Résultat int

z public_oe property

The z.
public int z
Résultat int