C# Class DatDigger.Sections.Model.StreamDataType

Show file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Properties

Property Type Description
Binormal StreamDataType
BoneIndex StreamDataType
BoneWeight StreamDataType
Color StreamDataType
Index StreamDataType
Normal StreamDataType
Position StreamDataType
Tangent StreamDataType
UV_1 StreamDataType
UV_2 StreamDataType
UV_3 StreamDataType
UV_4 StreamDataType

Public Methods

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

Private Methods

Method Description
StreamDataType ( ) : 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

GetStreamDataType() public static method

public static GetStreamDataType ( short id ) : StreamDataType
id short
return StreamDataType

StreamDataType() public method

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

Property Details

Binormal public static property

public static StreamDataType,DatDigger.Sections.Model Binormal
return StreamDataType

BoneIndex public static property

public static StreamDataType,DatDigger.Sections.Model BoneIndex
return StreamDataType

BoneWeight public static property

public static StreamDataType,DatDigger.Sections.Model BoneWeight
return StreamDataType

Color public static property

public static StreamDataType,DatDigger.Sections.Model Color
return StreamDataType

Index public static property

public static StreamDataType,DatDigger.Sections.Model Index
return StreamDataType

Normal public static property

public static StreamDataType,DatDigger.Sections.Model Normal
return StreamDataType

Position public static property

public static StreamDataType,DatDigger.Sections.Model Position
return StreamDataType

Tangent public static property

public static StreamDataType,DatDigger.Sections.Model Tangent
return StreamDataType

UV_1 public static property

public static StreamDataType,DatDigger.Sections.Model UV_1
return StreamDataType

UV_2 public static property

public static StreamDataType,DatDigger.Sections.Model UV_2
return StreamDataType

UV_3 public static property

public static StreamDataType,DatDigger.Sections.Model UV_3
return StreamDataType

UV_4 public static property

public static StreamDataType,DatDigger.Sections.Model UV_4
return StreamDataType