C# Class HaloMap.RawData.BSPModel.PermutationPlacement

The permutation placement.
ファイルを表示 Open project: troymac1ure/Entity

Public Properties

Property Type Description
mat System.Matrix
scale float
sceneryIndex short

Public Methods

Method Description
PermutationPlacement ( BinaryReader &BR ) : System

Initializes a new instance of the PermutationPlacement class.

Method Details

PermutationPlacement() public method

Initializes a new instance of the PermutationPlacement class.
public PermutationPlacement ( BinaryReader &BR ) : System
BR System.IO.BinaryReader The BR.
return System

Property Details

mat public_oe property

The mat.
public Matrix,System mat
return System.Matrix

scale public_oe property

The scale.
public float scale
return float

sceneryIndex public_oe property

The scenery index.
public short sceneryIndex
return short