C# 클래스 HaloMap.RawData.BSPModel.PermutationPlacement

The permutation placement.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
mat System.Matrix
scale float
sceneryIndex short

공개 메소드들

메소드 설명
PermutationPlacement ( BinaryReader &BR ) : System

Initializes a new instance of the PermutationPlacement class.

메소드 상세

PermutationPlacement() 공개 메소드

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

프로퍼티 상세

mat 공개적으로 프로퍼티

The mat.
public Matrix,System mat
리턴 System.Matrix

scale 공개적으로 프로퍼티

The scale.
public float scale
리턴 float

sceneryIndex 공개적으로 프로퍼티

The scenery index.
public short sceneryIndex
리턴 short