C# Class Reign.Video.Abstraction.ObjectArmature

Inheritance: Object
显示文件 Open project: reignstudios/ReignSDK Class Usage Examples

Public Properties

Property Type Description
Armature Armature

Public Methods

Method Description
ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void

Method Details

ObjectArmature() public method

public ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
reader System.IO.BinaryReader
model Model
return System.Collections.Generic

Write() public static method

public static Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void
writer System.IO.BinaryWriter
softwareObjectArmature SoftwareObjectArmature
return void

Property Details

Armature public_oe property

public Armature,Reign.Video.Abstraction Armature
return Armature