struct
|
LodRegion
|
implements
|
IEquatable<LodRegion>
|
Step distance to use for walking through the LOD block samples.
public
readonly
field
|
BlockStep
|
||
type
|
int32
|
X-coordinate of top-left LOD block sample, in local block coordinates.
public
readonly
field
|
BlockX
|
||
type
|
int32
|
Y-coordinate of top-left LOD block sample, in local block coordinates.
public
readonly
field
|
BlockY
|
||
type
|
int32
|
Step distance to use for walking through the buffer samples.
public
readonly
field
|
BufferStep
|
||
type
|
int32
|
X-coordinate of top-left sample in step aligned cubemap face region, in local buffer coordinates.
public
readonly
field
|
BufferX
|
||
type
|
int32
|
Y-coordinate of top-left sample in step aligned cubemap face region, in local buffer coordinates.
public
readonly
field
|
BufferY
|
||
type
|
int32
|
Height of intersection between step aligned cubemap face region and LOD block, in samples.
public
readonly
field
|
Height
|
||
type
|
int32
|
The Lod-ID of the block that intersects the given region.
public
readonly
field
|
LodId
|
||
type
|
int64
|
Width of intersection between step aligned cubemap face region and LOD block, in samples.
public
readonly
field
|
Width
|
||
type
|
int32
|
public
method
|
Equals
(LodRegion other)
|
||
type
|
bool
|
||
params
|
other
|