C# 클래스 FSO.Vitaboy.Binding

Bindings points to meshes and appearances.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bone string
MeshFileID uint
MeshGroupID uint
MeshTypeID uint
TextureFileID uint
TextureGroupID uint
TextureTypeID uint

공개 메소드들

메소드 설명
Read ( Stream stream ) : void

Reads a binding from a stream.

메소드 상세

Read() 공개 메소드

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

프로퍼티 상세

Bone 공개적으로 프로퍼티

public string Bone
리턴 string

MeshFileID 공개적으로 프로퍼티

public uint MeshFileID
리턴 uint

MeshGroupID 공개적으로 프로퍼티

public uint MeshGroupID
리턴 uint

MeshTypeID 공개적으로 프로퍼티

public uint MeshTypeID
리턴 uint

TextureFileID 공개적으로 프로퍼티

public uint TextureFileID
리턴 uint

TextureGroupID 공개적으로 프로퍼티

public uint TextureGroupID
리턴 uint

TextureTypeID 공개적으로 프로퍼티

public uint TextureTypeID
리턴 uint