C# 클래스 NScumm.Sword1.MovieText

파일 보기 프로젝트 열기: scemino/nscumm

공개 프로퍼티들

프로퍼티 타입 설명
_color ushort
_endFrame ushort
_startFrame ushort
_text string

공개 메소드들

메소드 설명
MovieText ( ushort startFrame, ushort endFrame, string text, ushort color ) : System

메소드 상세

MovieText() 공개 메소드

public MovieText ( ushort startFrame, ushort endFrame, string text, ushort color ) : System
startFrame ushort
endFrame ushort
text string
color ushort
리턴 System

프로퍼티 상세

_color 공개적으로 프로퍼티

public ushort _color
리턴 ushort

_endFrame 공개적으로 프로퍼티

public ushort _endFrame
리턴 ushort

_startFrame 공개적으로 프로퍼티

public ushort _startFrame
리턴 ushort

_text 공개적으로 프로퍼티

public string _text
리턴 string