C# 클래스 GrisaiaExtractor.Identifying.BackgroundSpecialAnimation

상속: BackgroundBase
파일 보기 프로젝트 열기: trigger-segfault/GrisaiaSpriteViewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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