C# Class AcTools.Kn5File.XmlWriterExtension

Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

MatrixToCollada() public static méthode

public static MatrixToCollada ( float matrix ) : string
matrix float
Résultat string

RemoveInvalidXmlChars() public static méthode

public static RemoveInvalidXmlChars ( string text ) : string
text string
Résultat string

WriteAttributeString() public static méthode

public static WriteAttributeString ( this xml, string key, double value ) : void
xml this
key string
value double
Résultat void

WriteAttributeString() public static méthode

public static WriteAttributeString ( this xml, string key, float value ) : void
xml this
key string
value float
Résultat void

WriteAttributeString() public static méthode

public static WriteAttributeString ( this xml, string key, int value ) : void
xml this
key string
value int
Résultat void

WriteAttributeStringSafe() public static méthode

public static WriteAttributeStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
Résultat void

WriteElement() public static méthode

public static WriteElement ( this xml, [ localName ) : void
xml this
localName [
Résultat void

WriteElementStringSafe() public static méthode

public static WriteElementStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
Résultat void

WriteMatrixAsString() public static méthode

public static WriteMatrixAsString ( this xml, float matrix ) : void
xml this
matrix float
Résultat void

WriteString() public static méthode

public static WriteString ( this xml, double value ) : void
xml this
value double
Résultat void

WriteString() public static méthode

public static WriteString ( this xml, float value ) : void
xml this
value float
Résultat void

WriteString() public static méthode

public static WriteString ( this xml, int value ) : void
xml this
value int
Résultat void