dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
DataChunk
dgl
asset
dgl2
Undocumented in source.
struct
DataChunk {
ushort
type
;
int
id
;
ushort
nameSize
;
uint
dataSize
;
string
name
;
ubyte
[]
data
;
string
toString
();
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
ubyte
[]
data
;
Undocumented in source.
dataSize
uint
dataSize
;
Undocumented in source.
id
int
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
nameSize
ushort
nameSize
;
Undocumented in source.
type
ushort
type
;
Undocumented in source.
Meta
Source
See Implementation
dgl
asset
dgl2
enums
ChunkType
functions
calcTriangleData
decodeEntity
decodeMaterial
loadDGL2
structs
DGLTriangle
DataChunk