Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Alexandria
Engines
Unreal
Bounds
C# Class Alexandria.Engines.Unreal.Bounds
A bounding box.
ファイルを表示
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_oe property
The bounds of the box.
public
Box3f,Glare
Box
return
Glare.Box3f
Valid
public_oe property
Whether the bounding box is valid.
public
bool
Valid
return
bool