C# Class Reign.Video.Abstraction.Mesh

Inheritance: DisposableResource
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Свойство Type Description
Material MaterialI

Méthodes publiques

Méthode Description
Draw ( ) : void
Enable ( ObjectMesh objectMesh ) : void
Mesh ( BinaryReader reader, Model model, int classicInstanceCount ) : System
Write ( BinaryWriter writer, SoftwareModel softwareModel, SoftwareMesh softwareMesh, bool loadColors, bool loadUVs, bool loadNormals ) : void

Private Methods

Méthode Description
initData ( SoftwareMesh softwareMesh, bool loadColors, bool loadUVs, bool loadNormals, List &elements, float &vertices, int &indices ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Enable() public méthode

public Enable ( ObjectMesh objectMesh ) : void
objectMesh ObjectMesh
Résultat void

Mesh() public méthode

public Mesh ( BinaryReader reader, Model model, int classicInstanceCount ) : System
reader System.IO.BinaryReader
model Model
classicInstanceCount int
Résultat System

Write() public static méthode

public static Write ( BinaryWriter writer, SoftwareModel softwareModel, SoftwareMesh softwareMesh, bool loadColors, bool loadUVs, bool loadNormals ) : void
writer System.IO.BinaryWriter
softwareModel SoftwareModel
softwareMesh SoftwareMesh
loadColors bool
loadUVs bool
loadNormals bool
Résultat void

Property Details

Material public_oe property

public MaterialI Material
Résultat MaterialI