C# Class DatDigger.Sections.Model.BoneIndexDataType

Inheritance: StreamDataType
Afficher le fichier Open project: nohbdy/ffxivmodelviewer

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Decompress() public méthode

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