isodi v0.5.0 (2022-07-20T17:47:10Z)
Dub
Repo
BlockPosition
isodi
chunk
Undocumented in source.
@
safe
struct
BlockPosition {
int
x
;
int
y
;
int
height
;
int
depth
;
Vector2I
vector
();
Vector2
vectorf
();
}
Members
Functions
vector
Vector2I
vector
()
Undocumented in source.
vectorf
Vector2
vectorf
()
depth
int
depth
;
Undocumented in source.
Variables
height
int
height
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
isodi
chunk
structs
Block
BlockPosition
BlockType
BlockUV
Chunk