C# 클래스 HaloMap.RawData.ParsedModel.BoundingBoxContainer

The bounding box container.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
MaxU float
MaxV float
MaxX float
MaxY float
MaxZ float
MinU float
MinV float
MinX float
MinY float
MinZ float

공개 메소드들

메소드 설명
BoundingBoxContainer ( ) : System

Initializes a new instance of the BoundingBoxContainer class.

BoundingBoxContainer ( Meta &meta ) : System

Initializes a new instance of the BoundingBoxContainer class.

메소드 상세

BoundingBoxContainer() 공개 메소드

Initializes a new instance of the BoundingBoxContainer class.
public BoundingBoxContainer ( ) : System
리턴 System

BoundingBoxContainer() 공개 메소드

Initializes a new instance of the BoundingBoxContainer class.
public BoundingBoxContainer ( Meta &meta ) : System
meta HaloMap.Meta.Meta The meta.
리턴 System

프로퍼티 상세

MaxU 공개적으로 프로퍼티

The max u.
public float MaxU
리턴 float

MaxV 공개적으로 프로퍼티

The max v.
public float MaxV
리턴 float

MaxX 공개적으로 프로퍼티

The max x.
public float MaxX
리턴 float

MaxY 공개적으로 프로퍼티

The max y.
public float MaxY
리턴 float

MaxZ 공개적으로 프로퍼티

The max z.
public float MaxZ
리턴 float

MinU 공개적으로 프로퍼티

The min u.
public float MinU
리턴 float

MinV 공개적으로 프로퍼티

The min v.
public float MinV
리턴 float

MinX 공개적으로 프로퍼티

The min x.
public float MinX
리턴 float

MinY 공개적으로 프로퍼티

The min y.
public float MinY
리턴 float

MinZ 공개적으로 프로퍼티

The min z.
public float MinZ
리턴 float