C# Class Reign.Video.Abstraction.Armature

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
Armature ( BinaryReader reader ) : System.Collections.Generic
Write ( BinaryWriter writer, SoftwareArmature softwareArmature ) : void

Method Details

Armature() public method

public Armature ( BinaryReader reader ) : System.Collections.Generic
reader System.IO.BinaryReader
return System.Collections.Generic

Write() public static method

public static Write ( BinaryWriter writer, SoftwareArmature softwareArmature ) : void
writer System.IO.BinaryWriter
softwareArmature SoftwareArmature
return void