C# Class GrisaiaExtractor.Identifying.BackgroundBase

Inheritance: GrisaiaExtractor.Identifying.ImageIdentification
Exibir arquivo Open project: trigger-segfault/GrisaiaSpriteViewer

Public Methods

Method Description
BackgroundBase ( ) : System

Protected Methods

Method Description
Setup ( Match match ) : void

Sets up the background base identification information.

Method Details

BackgroundBase() public method

public BackgroundBase ( ) : System
return System

Setup() protected method

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