C# Class Utage.CharData.CustomCharaInfo

Afficher le fichier Open project: SNUGDC/AntiGodgame Class Usage Examples

Méthodes publiques

Свойство Type Description
Interval float
color Color
colorStr string
rubyStr string
size int
speed float

Méthodes publiques

Méthode 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

Méthode Description
ResetSound ( ) : void
ResetSpeed ( ) : void
TryParseInterval ( string arg ) : bool
TryParseSound ( string arg ) : bool
TryParseSpeed ( string arg ) : bool

Method Details

ClearOnNextChar() public méthode

public ClearOnNextChar ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : CustomCharaInfo
Résultat CustomCharaInfo

GetCustomedColor() public méthode

public GetCustomedColor ( Color defaultColor ) : Color
defaultColor Color
Résultat Color

GetCustomedSize() public méthode

public GetCustomedSize ( int defaultSize ) : int
defaultSize int
Résultat int

GetCustomedStyle() public méthode

public GetCustomedStyle ( FontStyle defaultFontStyle ) : FontStyle
defaultFontStyle FontStyle
Résultat FontStyle

IsBeginBold() public méthode

public IsBeginBold ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsBeginColor() public méthode

public IsBeginColor ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsBeginItalic() public méthode

public IsBeginItalic ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsBeginSize() public méthode

public IsBeginSize ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsEndBold() public méthode

public IsEndBold ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsEndColor() public méthode

public IsEndColor ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsEndItalic() public méthode

public IsEndItalic ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

IsEndSize() public méthode

public IsEndSize ( CustomCharaInfo lastCustomInfo ) : bool
lastCustomInfo CustomCharaInfo
Résultat bool

ResetBold() public méthode

public ResetBold ( ) : void
Résultat void

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

ResetEmphasisMark() public méthode

public ResetEmphasisMark ( ) : void
Résultat void

ResetGroup() public méthode

public ResetGroup ( ) : void
Résultat void

ResetItalic() public méthode

public ResetItalic ( ) : void
Résultat void

ResetLink() public méthode

public ResetLink ( ) : void
Résultat void

ResetRuby() public méthode

public ResetRuby ( ) : void
Résultat void

ResetSize() public méthode

public ResetSize ( ) : void
Résultat void

ResetStrike() public méthode

public ResetStrike ( ) : void
Résultat void

ResetSubScript() public méthode

public ResetSubScript ( ) : void
Résultat void

ResetSuperScript() public méthode

public ResetSuperScript ( ) : void
Résultat void

ResetTips() public méthode

public ResetTips ( ) : void
Résultat void

ResetUnderLine() public méthode

public ResetUnderLine ( ) : void
Résultat void

TryParseBold() public méthode

public TryParseBold ( string arg ) : bool
arg string
Résultat bool

TryParseColor() public méthode

public TryParseColor ( string arg ) : bool
arg string
Résultat bool

TryParseEmphasisMark() public méthode

public TryParseEmphasisMark ( string arg ) : bool
arg string
Résultat bool

TryParseGroup() public méthode

public TryParseGroup ( string arg ) : bool
arg string
Résultat bool

TryParseItalic() public méthode

public TryParseItalic ( string arg ) : bool
arg string
Résultat bool

TryParseLink() public méthode

public TryParseLink ( string arg ) : bool
arg string
Résultat bool

TryParseRuby() public méthode

public TryParseRuby ( string arg ) : bool
arg string
Résultat bool

TryParseSize() public méthode

public TryParseSize ( string arg ) : bool
arg string
Résultat bool

TryParseStrike() public méthode

public TryParseStrike ( string arg ) : bool
arg string
Résultat bool

TryParseSubScript() public méthode

public TryParseSubScript ( string arg ) : bool
arg string
Résultat bool

TryParseSuperScript() public méthode

public TryParseSuperScript ( string arg ) : bool
arg string
Résultat bool

TryParseTips() public méthode

public TryParseTips ( string arg ) : bool
arg string
Résultat bool

TryParseUnderLine() public méthode

public TryParseUnderLine ( string arg ) : bool
arg string
Résultat bool

Property Details

Interval public_oe property

public float Interval
Résultat float

color public_oe property

public Color color
Résultat Color

colorStr public_oe property

public string colorStr
Résultat string

rubyStr public_oe property

public string rubyStr
Résultat string

size public_oe property

public int size
Résultat int

speed public_oe property

public float speed
Résultat float