C# Class HaloMap.DDSFunctions.Swizzler.MaskSet

The mask set.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
x int
y int
z int

Public Methods

Method Description
MaskSet ( int w, int h, int d )

Initializes a new instance of the MaskSet class.

Method Details

MaskSet() public method

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
return int

y public_oe property

The y.
public int y
return int

z public_oe property

The z.
public int z
return int