ppc ~master (2018-03-18T22:31:27Z)
Dub
Repo
ContentManager
ppc
class
ContentManager {
static
Content
Load
(
ubyte
[]
data
)
;
static
Content
Load
(
string
file
)
;
}
Members
Static functions
Load
Content
Load
(
ubyte
[]
data
)
Load loads a content file (from memory)
Load
Content
Load
(
string
file
)
Load loads a content file.
Meta
Source
See Implementation
ppc
classes
Content
ContentFactory
ContentFile
ContentInfo
ContentManager
functions
AddFactory
SetupBaseFactories
static functions
ContentHeader