C# Class Reign.Video.Abstraction.ObjectMesh

Inheritance: Object
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
ObjectMesh ( BinaryReader reader, Model model ) : System
Render ( ) : void
Write ( BinaryWriter writer, SoftwareObjectMesh softwareObjectMesh ) : void

Method Details

ObjectMesh() public method

public ObjectMesh ( BinaryReader reader, Model model ) : System
reader System.IO.BinaryReader
model Model
return System

Render() public method

public Render ( ) : void
return void

Write() public static method

public static Write ( BinaryWriter writer, SoftwareObjectMesh softwareObjectMesh ) : void
writer System.IO.BinaryWriter
softwareObjectMesh SoftwareObjectMesh
return void