C# Class FSO.Vitaboy.Binding

Bindings points to meshes and appearances.
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Bone string
MeshFileID uint
MeshGroupID uint
MeshTypeID uint
TextureFileID uint
TextureGroupID uint
TextureTypeID uint

Public Methods

Method Description
Read ( Stream stream ) : void

Reads a binding from a stream.

Method Details

Read() public method

Reads a binding from a stream.
public Read ( Stream stream ) : void
stream Stream A Stream instance holding a binding.
return void

Property Details

Bone public property

public string Bone
return string

MeshFileID public property

public uint MeshFileID
return uint

MeshGroupID public property

public uint MeshGroupID
return uint

MeshTypeID public property

public uint MeshTypeID
return uint

TextureFileID public property

public uint TextureFileID
return uint

TextureGroupID public property

public uint TextureGroupID
return uint

TextureTypeID public property

public uint TextureTypeID
return uint