gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
UnknownFieldFormatException
gfx
decl
engine
Undocumented in source.
class
UnknownFieldFormatException :
GfxSDLErrorException
{
string
structName
;
string
fieldName
;
this
(string structName, string fieldName, Location location);
}
Constructors
this
this
(string structName, string fieldName, Location location)
Undocumented in source.
Members
Variables
fieldName
string
fieldName
;
Undocumented in source.
structName
string
structName
;
Undocumented in source.
Inherited Members
From GfxSDLErrorException
msg
string
msg
;
Undocumented in source.
location
Location
location
;
Undocumented in source.
Meta
Source
See Implementation
gfx
decl
engine
classes
DeclarativeEngine
GfxSDLErrorException
NoSuchAssetException
NoSuchFieldException
NoSuchStructException
NoSuchViewException
UnknownFieldFormatException