C# Class FSO.Vitaboy.Binding

Bindings points to meshes and appearances.
Mostrar archivo 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_oe property

public string Bone
return string

MeshFileID public_oe property

public uint MeshFileID
return uint

MeshGroupID public_oe property

public uint MeshGroupID
return uint

MeshTypeID public_oe property

public uint MeshTypeID
return uint

TextureFileID public_oe property

public uint TextureFileID
return uint

TextureGroupID public_oe property

public uint TextureGroupID
return uint

TextureTypeID public_oe property

public uint TextureTypeID
return uint