C# 클래스 Alexandria.Engines.Unreal.Bounds

A bounding box.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 프로퍼티들

프로퍼티 타입 설명
Box Glare.Box3f
Valid bool

공개 메소드들

메소드 설명
Read ( BinaryReader reader ) : Bounds

Read the Bounds from the reader.

메소드 상세

Read() 공개 정적인 메소드

Read the Bounds from the reader.
public static Read ( BinaryReader reader ) : Bounds
reader System.IO.BinaryReader The to read the from.
리턴 Bounds

프로퍼티 상세

Box 공개적으로 프로퍼티

The bounds of the box.
public Box3f,Glare Box
리턴 Glare.Box3f

Valid 공개적으로 프로퍼티

Whether the bounding box is valid.
public bool Valid
리턴 bool