C# 클래스 RendererGenerator.VertexAttribute

파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( System.Xml.Linq.XElement xElement ) : VertexAttribute
ToGLSL ( ) : string
ToXElement ( ) : System.Xml.Linq.XElement
VertexAttribute ( string nameInShader, string nameInModel, string attributeType ) : System.Xml.Linq

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( System.Xml.Linq.XElement xElement ) : VertexAttribute
xElement System.Xml.Linq.XElement
리턴 VertexAttribute

ToGLSL() 공개 메소드

public ToGLSL ( ) : string
리턴 string

ToXElement() 공개 메소드

public ToXElement ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

VertexAttribute() 공개 메소드

public VertexAttribute ( string nameInShader, string nameInModel, string attributeType ) : System.Xml.Linq
nameInShader string
nameInModel string
attributeType string
리턴 System.Xml.Linq