C# Class GrisaiaExtractor.Identifying.BackgroundI

Inheritance: GrisaiaExtractor.Identifying.ImageIdentification
Mostrar archivo Open project: trigger-segfault/GrisaiaSpriteViewer Class Usage Examples

Public Properties

Property Type Description
FormatRegex Regex

Public Methods

Method Description
BackgroundI ( ) : System
Register ( ) : void

Protected Methods

Method Description
Setup ( Match match ) : void

Method Details

BackgroundI() public method

public BackgroundI ( ) : System
return System

Register() public static method

public static Register ( ) : void
return void

Setup() protected method

protected Setup ( Match match ) : void
match Match
return void

Property Details

FormatRegex public_oe static_oe property

public static Regex FormatRegex
return Regex