C# Class DatDigger.Sections.Model.BoneIndexDataType

Inheritance: StreamDataType
Mostrar archivo Open project: nohbdy/ffxivmodelviewer

Public Methods

Method Description
BoneIndexDataType ( short id, int numValues, int dataSize, DeclarationType declarationType, DeclarationUsage declarationUsage, byte usageIndex ) : System
Decompress ( System.IO.BinaryReaderEx reader, BinaryWriter writer, StreamElement element ) : void

Method Details

BoneIndexDataType() public method

public BoneIndexDataType ( short id, int numValues, int dataSize, DeclarationType declarationType, DeclarationUsage declarationUsage, byte usageIndex ) : System
id short
numValues int
dataSize int
declarationType DeclarationType
declarationUsage DeclarationUsage
usageIndex byte
return System

Decompress() public method

public Decompress ( System.IO.BinaryReaderEx reader, BinaryWriter writer, StreamElement element ) : void
reader System.IO.BinaryReaderEx
writer System.IO.BinaryWriter
element StreamElement
return void