C# 클래스 Linearstar.Keystone.IO.MikuMikuDance.VmdDocument

Vocaloid Motion Data file created by Higuchi_U
파일 보기 프로젝트 열기: mfakane/MikuMikuMoving-Plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Encoding System.Text.Encoding

공개 메소드들

메소드 설명
Parse ( Stream stream ) : VmdDocument
VmdDocument ( ) : System
Write ( Stream stream ) : void

비공개 메소드들

메소드 설명
ReadBoneFrames ( BinaryReader br ) : IEnumerable
ReadCameraFrames ( BinaryReader br, VmdVersion version ) : IEnumerable
ReadLightFrames ( BinaryReader br ) : IEnumerable
ReadMorphFrames ( BinaryReader br ) : IEnumerable
ReadSelfShadowFrames ( BinaryReader br ) : IEnumerable
ReadVmdString ( BinaryReader br, int count ) : string
WriteVmdString ( BinaryWriter bw, string s, int count, VmdVersion version ) : void

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( Stream stream ) : VmdDocument
stream Stream
리턴 VmdDocument

VmdDocument() 공개 메소드

public VmdDocument ( ) : System
리턴 System

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

Encoding 공개적으로 정적으로 프로퍼티

public static Encoding,System.Text Encoding
리턴 System.Text.Encoding