Property | Type | Description | |
---|---|---|---|
m_Content | string | ||
m_Index | int |
Method | Description | |
---|---|---|
ConsumeString ( string _ExpectedString ) : void | ||
Error ( string _Error ) : void | ||
IsChar ( char _Char ) : bool | ||
IsEOL ( ) : bool | ||
IsNumeric ( ) : bool | ||
IsSpace ( ) : bool | ||
Parser ( string _Content ) : System | ||
ReadBlock ( ) : string | ||
ReadFloat ( ) : float | ||
ReadFloat3 ( float3 _InitialValue ) : float3 | ||
ReadInteger ( ) : int | ||
ReadString ( ) : string | ||
ReadString ( bool _UnQuote, bool _unSemiColon ) : string | ||
ReadToEOL ( ) : string | ||
SkipSpaces ( ) : bool | ||
UnQuote ( string s, bool _unSemiColon ) : string |
public ConsumeString ( string _ExpectedString ) : void | ||
_ExpectedString | string | |
return | void |
public ReadFloat3 ( float3 _InitialValue ) : float3 | ||
_InitialValue | float3 | |
return | float3 |
public ReadString ( bool _UnQuote, bool _unSemiColon ) : string | ||
_UnQuote | bool | |
_unSemiColon | bool | |
return | string |
public UnQuote ( string s, bool _unSemiColon ) : string | ||
s | string | |
_unSemiColon | bool | |
return | string |