C# Class RendererGenerator.VertexAttribute

Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( System.Xml.Linq.XElement xElement ) : VertexAttribute
ToGLSL ( ) : string
ToXElement ( ) : System.Xml.Linq.XElement
VertexAttribute ( string nameInShader, string nameInModel, string attributeType ) : System.Xml.Linq

Method Details

Parse() public static méthode

public static Parse ( System.Xml.Linq.XElement xElement ) : VertexAttribute
xElement System.Xml.Linq.XElement
Résultat VertexAttribute

ToGLSL() public méthode

public ToGLSL ( ) : string
Résultat string

ToXElement() public méthode

public ToXElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

VertexAttribute() public méthode

public VertexAttribute ( string nameInShader, string nameInModel, string attributeType ) : System.Xml.Linq
nameInShader string
nameInModel string
attributeType string
Résultat System.Xml.Linq