Method | Description | |
---|---|---|
LoadPlugin ( |
Parses an XML plugin into a TagLayout.
|
Method | Description | |
---|---|---|
AssemblyPluginLoader ( string blockName ) : System | ||
HandleElement ( |
||
HandleTopLevelElement ( |
||
HandleValueElement ( |
Handles an element which describes how a value should be read from the cache file.
|
|
ParseBool ( string str ) : bool | ||
ParseInt ( string str ) : int | ||
ParseUInt ( string str ) : uint | ||
PositionInfo ( |
||
ReadAscii ( |
||
ReadBits ( |
||
ReadColorFormat ( |
||
ReadComment ( |
||
ReadDataRef ( |
||
ReadElements ( |
||
ReadOption ( |
||
ReadOptions ( |
||
ReadRange ( |
||
ReadRaw ( |
||
ReadReflexive ( |
||
ReadShader ( |
||
ReadTagRef ( |
||
ReadUnicList ( |
||
ReadUtf16 ( |
||
RegisterField ( uint fieldOffset, uint fieldSize ) : void |
public static LoadPlugin ( |
||
reader | The XmlReader to read the plugin XML from. | |
name | string | The name to give the resulting layout. |
groupTag | Tag | The group tag to give to the resulting layout. |
return |