C# 클래스 Linearstar.MikuMikuMoving.AnimateCaptionPlugin.AnimationFrame

파일 보기 프로젝트 열기: mfakane/MikuMikuMoving-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
AnimationFrame ( float frameAmount, float value ) : System.IO
Lerp ( AnimationFrame a, AnimationFrame b, float amount ) : AnimationFrame
Parse ( byte version, BinaryReader br ) : AnimationFrame
Write ( BinaryWriter bw ) : void

메소드 상세

AnimationFrame() 공개 메소드

public AnimationFrame ( float frameAmount, float value ) : System.IO
frameAmount float
value float
리턴 System.IO

Lerp() 공개 정적인 메소드

public static Lerp ( AnimationFrame a, AnimationFrame b, float amount ) : AnimationFrame
a AnimationFrame
b AnimationFrame
amount float
리턴 AnimationFrame

Parse() 공개 정적인 메소드

public static Parse ( byte version, BinaryReader br ) : AnimationFrame
version byte
br System.IO.BinaryReader
리턴 AnimationFrame

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void