Method | Description | |
---|---|---|
MatrixToCollada ( float matrix ) : string | ||
RemoveInvalidXmlChars ( string text ) : string | ||
WriteAttributeString ( this xml, string key, double value ) : void | ||
WriteAttributeString ( this xml, string key, float value ) : void | ||
WriteAttributeString ( this xml, string key, int value ) : void | ||
WriteAttributeStringSafe ( this xml, string key, string value ) : void | ||
WriteElement ( this xml, [ localName ) : void | ||
WriteElementStringSafe ( this xml, string key, string value ) : void | ||
WriteMatrixAsString ( this xml, float matrix ) : void | ||
WriteString ( this xml, double value ) : void | ||
WriteString ( this xml, float value ) : void | ||
WriteString ( this xml, int value ) : void |
public static MatrixToCollada ( float matrix ) : string | ||
matrix | float | |
return | string |
public static RemoveInvalidXmlChars ( string text ) : string | ||
text | string | |
return | string |
public static WriteAttributeString ( this xml, string key, double value ) : void | ||
xml | this | |
key | string | |
value | double | |
return | void |
public static WriteAttributeString ( this xml, string key, float value ) : void | ||
xml | this | |
key | string | |
value | float | |
return | void |
public static WriteAttributeString ( this xml, string key, int value ) : void | ||
xml | this | |
key | string | |
value | int | |
return | void |
public static WriteAttributeStringSafe ( this xml, string key, string value ) : void | ||
xml | this | |
key | string | |
value | string | |
return | void |
public static WriteElement ( this xml, [ localName ) : void | ||
xml | this | |
localName | [ | |
return | void |
public static WriteElementStringSafe ( this xml, string key, string value ) : void | ||
xml | this | |
key | string | |
value | string | |
return | void |
public static WriteMatrixAsString ( this xml, float matrix ) : void | ||
xml | this | |
matrix | float | |
return | void |
public static WriteString ( this xml, double value ) : void | ||
xml | this | |
value | double | |
return | void |
public static WriteString ( this xml, float value ) : void | ||
xml | this | |
value | float | |
return | void |
public static WriteString ( this xml, int value ) : void | ||
xml | this | |
value | int | |
return | void |