C# Class Utage.CharData.CustomCharaInfo

ファイルを表示 Open project: SNUGDC/AntiGodgame Class Usage Examples

Public Properties

Property Type Description
Interval float
color Color
colorStr string
rubyStr string
size int
speed float

Public Methods

Method Description
ClearOnNextChar ( ) : void
Clone ( ) : CustomCharaInfo
GetCustomedColor ( Color defaultColor ) : Color
GetCustomedSize ( int defaultSize ) : int
GetCustomedStyle ( FontStyle defaultFontStyle ) : FontStyle
IsBeginBold ( CustomCharaInfo lastCustomInfo ) : bool
IsBeginColor ( CustomCharaInfo lastCustomInfo ) : bool
IsBeginItalic ( CustomCharaInfo lastCustomInfo ) : bool
IsBeginSize ( CustomCharaInfo lastCustomInfo ) : bool
IsEndBold ( CustomCharaInfo lastCustomInfo ) : bool
IsEndColor ( CustomCharaInfo lastCustomInfo ) : bool
IsEndItalic ( CustomCharaInfo lastCustomInfo ) : bool
IsEndSize ( CustomCharaInfo lastCustomInfo ) : bool
ResetBold ( ) : void
ResetColor ( ) : void
ResetEmphasisMark ( ) : void
ResetGroup ( ) : void
ResetItalic ( ) : void
ResetLink ( ) : void
ResetRuby ( ) : void
ResetSize ( ) : void
ResetStrike ( ) : void
ResetSubScript ( ) : void
ResetSuperScript ( ) : void
ResetTips ( ) : void
ResetUnderLine ( ) : void
TryParseBold ( string arg ) : bool
TryParseColor ( string arg ) : bool
TryParseEmphasisMark ( string arg ) : bool
TryParseGroup ( string arg ) : bool
TryParseItalic ( string arg ) : bool
TryParseLink ( string arg ) : bool
TryParseRuby ( string arg ) : bool
TryParseSize ( string arg ) : bool
TryParseStrike ( string arg ) : bool
TryParseSubScript ( string arg ) : bool
TryParseSuperScript ( string arg ) : bool
TryParseTips ( string arg ) : bool
TryParseUnderLine ( string arg ) : bool

Private Methods

Method Description
ResetSound ( ) : void
ResetSpeed ( ) : void
TryParseInterval ( string arg ) : bool
TryParseSound ( string arg ) : bool
TryParseSpeed ( string arg ) : bool

Method Details

ClearOnNextChar() public method

public ClearOnNextChar ( ) : void
return void

Clone() public method

public Clone ( ) : CustomCharaInfo
return CustomCharaInfo

GetCustomedColor() public method

public GetCustomedColor ( Color defaultColor ) : Color
defaultColor Color
return Color

GetCustomedSize() public method

public GetCustomedSize ( int defaultSize ) : int
defaultSize int
return int

GetCustomedStyle() public method

public GetCustomedStyle ( FontStyle defaultFontStyle ) : FontStyle
defaultFontStyle FontStyle
return FontStyle

IsBeginBold() public method

public IsBeginBold ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsBeginColor() public method

public IsBeginColor ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsBeginItalic() public method

public IsBeginItalic ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsBeginSize() public method

public IsBeginSize ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsEndBold() public method

public IsEndBold ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsEndColor() public method

public IsEndColor ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsEndItalic() public method

public IsEndItalic ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

IsEndSize() public method

public IsEndSize ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
return bool

ResetBold() public method

public ResetBold ( ) : void
return void

ResetColor() public method

public ResetColor ( ) : void
return void

ResetEmphasisMark() public method

public ResetEmphasisMark ( ) : void
return void

ResetGroup() public method

public ResetGroup ( ) : void
return void

ResetItalic() public method

public ResetItalic ( ) : void
return void

ResetLink() public method

public ResetLink ( ) : void
return void

ResetRuby() public method

public ResetRuby ( ) : void
return void

ResetSize() public method

public ResetSize ( ) : void
return void

ResetStrike() public method

public ResetStrike ( ) : void
return void

ResetSubScript() public method

public ResetSubScript ( ) : void
return void

ResetSuperScript() public method

public ResetSuperScript ( ) : void
return void

ResetTips() public method

public ResetTips ( ) : void
return void

ResetUnderLine() public method

public ResetUnderLine ( ) : void
return void

TryParseBold() public method

public TryParseBold ( string arg ) : bool
arg string
return bool

TryParseColor() public method

public TryParseColor ( string arg ) : bool
arg string
return bool

TryParseEmphasisMark() public method

public TryParseEmphasisMark ( string arg ) : bool
arg string
return bool

TryParseGroup() public method

public TryParseGroup ( string arg ) : bool
arg string
return bool

TryParseItalic() public method

public TryParseItalic ( string arg ) : bool
arg string
return bool

TryParseLink() public method

public TryParseLink ( string arg ) : bool
arg string
return bool

TryParseRuby() public method

public TryParseRuby ( string arg ) : bool
arg string
return bool

TryParseSize() public method

public TryParseSize ( string arg ) : bool
arg string
return bool

TryParseStrike() public method

public TryParseStrike ( string arg ) : bool
arg string
return bool

TryParseSubScript() public method

public TryParseSubScript ( string arg ) : bool
arg string
return bool

TryParseSuperScript() public method

public TryParseSuperScript ( string arg ) : bool
arg string
return bool

TryParseTips() public method

public TryParseTips ( string arg ) : bool
arg string
return bool

TryParseUnderLine() public method

public TryParseUnderLine ( string arg ) : bool
arg string
return bool

Property Details

Interval public_oe property

public float Interval
return float

color public_oe property

public Color color
return Color

colorStr public_oe property

public string colorStr
return string

rubyStr public_oe property

public string rubyStr
return string

size public_oe property

public int size
return int

speed public_oe property

public float speed
return float