FbxModelImport

Undocumented in source.

Members

Classes

FBXProperties
class FBXProperties
Undocumented in source.
FBXProperty
class FBXProperty
Undocumented in source.
ParseState
class ParseState
Undocumented in source.

Functions

error
void error(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
matchParamName
bool matchParamName()
Undocumented in source. Be warned that the author may not have intended to support it.
matchTypes
bool matchTypes(TokenType t1, TokenType t2)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
parseAll
bool parseAll()
Undocumented in source. Be warned that the author may not have intended to support it.
parseLiteralList
Token[] parseLiteralList()
Undocumented in source. Be warned that the author may not have intended to support it.
parseObject
void parseObject()
Undocumented in source. Be warned that the author may not have intended to support it.
parseParam
void parseParam(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parseParamName
string parseParamName()
Undocumented in source. Be warned that the author may not have intended to support it.
parseProperties
FBXProperties parseProperties(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
popState
ParseState popState()
Undocumented in source. Be warned that the author may not have intended to support it.
pushState
void pushState(ParseState state)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
bool skip(int count)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

filename
string filename;
Undocumented in source.
state
ParseState state;
Undocumented in source.
stateStack
ParseState[] stateStack;
Undocumented in source.
tokens
Token[] tokens;
Undocumented in source.

Meta