C# Class Alexandria.Engines.Unreal.Bounds

A bounding box.
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Box Glare.Box3f
Valid bool

Public Methods

Method Description
Read ( BinaryReader reader ) : Bounds

Read the Bounds from the reader.

Method Details

Read() public static method

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

Property Details

Box public property

The bounds of the box.
public Box3f,Glare Box
return Glare.Box3f

Valid public property

Whether the bounding box is valid.
public bool Valid
return bool