C# 클래스 dotBunny.Unity.BuildSystem.Modifiers.DefineModifier

상속: IModifier
파일 보기 프로젝트 열기: dotBunny/uBuild

공개 프로퍼티들

프로퍼티 타입 설명
Tag string

공개 메소드들

메소드 설명
DefineModifier ( string tag ) : dotBunny.Unity.BuildSystem
GetFriendlyName ( ) : string
GetModifierType ( ) : BuildFactory.Modifiers
PostProcessor ( ) : bool
PreProcessor ( ) : bool

메소드 상세

DefineModifier() 공개 메소드

public DefineModifier ( string tag ) : dotBunny.Unity.BuildSystem
tag string
리턴 dotBunny.Unity.BuildSystem

GetFriendlyName() 공개 메소드

public GetFriendlyName ( ) : string
리턴 string

GetModifierType() 공개 메소드

public GetModifierType ( ) : BuildFactory.Modifiers
리턴 BuildFactory.Modifiers

PostProcessor() 공개 메소드

public PostProcessor ( ) : bool
리턴 bool

PreProcessor() 공개 메소드

public PreProcessor ( ) : bool
리턴 bool

프로퍼티 상세

Tag 공개적으로 프로퍼티

public string Tag
리턴 string