C# Class GrisaiaExtractor.Identifying.BackgroundSpecialAnimation

Inheritance: BackgroundBase
Mostrar archivo Open project: trigger-segfault/GrisaiaSpriteViewer Class Usage Examples

Public Properties

Property Type Description
FormatRegex Regex

Public Methods

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

Protected Methods

Method Description
Setup ( Match match ) : void

Sets up the background identification information.

Method Details

BackgroundSpecialAnimation() public method

public BackgroundSpecialAnimation ( ) : System
return System

PostAdd() public static method

public static PostAdd ( GrisaiaExtractor.Identifying.ImageIdentifier identifier, GrisaiaExtractor.Identifying.ImageIdentification selfBase ) : void
identifier GrisaiaExtractor.Identifying.ImageIdentifier
selfBase GrisaiaExtractor.Identifying.ImageIdentification
return void

Register() public static method

public static Register ( ) : void
return void

Setup() protected method

Sets up the background identification information.
protected Setup ( Match match ) : void
match Match
return void

Property Details

FormatRegex public_oe static_oe property

public static Regex FormatRegex
return Regex