C# Class DatDigger.Sections.Model.VectorDataType

Inheritance: StreamDataType
Mostrar archivo Open project: nohbdy/ffxivmodelviewer

Public Methods

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

Method Details

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

VectorDataType() public method

public VectorDataType ( 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