C# Class DatDigger.Sections.Model.StreamDataType

Mostrar archivo 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_oe static_oe property

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

BoneIndex public_oe static_oe property

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

BoneWeight public_oe static_oe property

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

Color public_oe static_oe property

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

Index public_oe static_oe property

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

Normal public_oe static_oe property

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

Position public_oe static_oe property

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

Tangent public_oe static_oe property

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

UV_1 public_oe static_oe property

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

UV_2 public_oe static_oe property

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

UV_3 public_oe static_oe property

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

UV_4 public_oe static_oe property

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