C# Class NScumm.Sword1.MovieText

ファイルを表示 Open project: scemino/nscumm

Public Properties

Property Type Description
_color ushort
_endFrame ushort
_startFrame ushort
_text string

Public Methods

Method Description
MovieText ( ushort startFrame, ushort endFrame, string text, ushort color ) : System

Method Details

MovieText() public method

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

Property Details

_color public_oe property

public ushort _color
return ushort

_endFrame public_oe property

public ushort _endFrame
return ushort

_startFrame public_oe property

public ushort _startFrame
return ushort

_text public_oe property

public string _text
return string