C# Class Collada.Triangles

Inheritance: Primitives
Afficher le fichier Open project: dsrbecky/ColladaDOM

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetInputs ( ) : List
GetMaterial ( ) : string
GetTriangles ( ) : List

Méthodes protégées

Méthode Description
GetPs ( ) : List
MakeDisplayList ( ) : void

Method Details

GetInputs() public méthode

public GetInputs ( ) : List
Résultat List

GetMaterial() public méthode

public GetMaterial ( ) : string
Résultat string

GetPs() protected méthode

protected GetPs ( ) : List
Résultat List

GetTriangles() public méthode

public GetTriangles ( ) : List
Résultat List

MakeDisplayList() protected méthode

protected MakeDisplayList ( ) : void
Résultat void