C# 클래스 AcTools.Kn5File.XmlWriterExtension

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

MatrixToCollada() 공개 정적인 메소드

public static MatrixToCollada ( float matrix ) : string
matrix float
리턴 string

RemoveInvalidXmlChars() 공개 정적인 메소드

public static RemoveInvalidXmlChars ( string text ) : string
text string
리턴 string

WriteAttributeString() 공개 정적인 메소드

public static WriteAttributeString ( this xml, string key, double value ) : void
xml this
key string
value double
리턴 void

WriteAttributeString() 공개 정적인 메소드

public static WriteAttributeString ( this xml, string key, float value ) : void
xml this
key string
value float
리턴 void

WriteAttributeString() 공개 정적인 메소드

public static WriteAttributeString ( this xml, string key, int value ) : void
xml this
key string
value int
리턴 void

WriteAttributeStringSafe() 공개 정적인 메소드

public static WriteAttributeStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
리턴 void

WriteElement() 공개 정적인 메소드

public static WriteElement ( this xml, [ localName ) : void
xml this
localName [
리턴 void

WriteElementStringSafe() 공개 정적인 메소드

public static WriteElementStringSafe ( this xml, string key, string value ) : void
xml this
key string
value string
리턴 void

WriteMatrixAsString() 공개 정적인 메소드

public static WriteMatrixAsString ( this xml, float matrix ) : void
xml this
matrix float
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( this xml, double value ) : void
xml this
value double
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( this xml, float value ) : void
xml this
value float
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( this xml, int value ) : void
xml this
value int
리턴 void