C# Class GrisaiaExtractor.Identifying.BackgroundSpecialAnimation

Inheritance: BackgroundBase
Afficher le fichier Open project: trigger-segfault/GrisaiaSpriteViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
FormatRegex Regex

Méthodes publiques

Méthode Description
BackgroundSpecialAnimation ( ) : System
PostAdd ( GrisaiaExtractor.Identifying.ImageIdentifier identifier, GrisaiaExtractor.Identifying.ImageIdentification selfBase ) : void
Register ( ) : void

Méthodes protégées

Méthode Description
Setup ( Match match ) : void

Sets up the background identification information.

Method Details

BackgroundSpecialAnimation() public méthode

public BackgroundSpecialAnimation ( ) : System
Résultat System

PostAdd() public static méthode

public static PostAdd ( GrisaiaExtractor.Identifying.ImageIdentifier identifier, GrisaiaExtractor.Identifying.ImageIdentification selfBase ) : void
identifier GrisaiaExtractor.Identifying.ImageIdentifier
selfBase GrisaiaExtractor.Identifying.ImageIdentification
Résultat void

Register() public static méthode

public static Register ( ) : void
Résultat void

Setup() protected méthode

Sets up the background identification information.
protected Setup ( Match match ) : void
match Match
Résultat void

Property Details

FormatRegex public_oe static_oe property

public static Regex FormatRegex
Résultat Regex