C# Класс GrisaiaExtractor.Identifying.BackgroundSpecialAnimation

Наследование: BackgroundBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FormatRegex Regex

Открытые методы

Метод Описание
BackgroundSpecialAnimation ( ) : System
PostAdd ( GrisaiaExtractor.Identifying.ImageIdentifier identifier, GrisaiaExtractor.Identifying.ImageIdentification selfBase ) : void
Register ( ) : void

Защищенные методы

Метод Описание
Setup ( Match match ) : void

Sets up the background identification information.

Описание методов

BackgroundSpecialAnimation() публичный Метод

public BackgroundSpecialAnimation ( ) : System
Результат System

PostAdd() публичный статический Метод

public static PostAdd ( GrisaiaExtractor.Identifying.ImageIdentifier identifier, GrisaiaExtractor.Identifying.ImageIdentification selfBase ) : void
identifier GrisaiaExtractor.Identifying.ImageIdentifier
selfBase GrisaiaExtractor.Identifying.ImageIdentification
Результат void

Register() публичный статический Метод

public static Register ( ) : void
Результат void

Setup() защищенный Метод

Sets up the background identification information.
protected Setup ( Match match ) : void
match Match
Результат void

Описание свойств

FormatRegex публичное статическое свойство

public static Regex FormatRegex
Результат Regex