C# 클래스 WarningChecker, NotifyPropertyWeaver

상속: MonoBehaviour
파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver 1 사용 예제들

공개 메소드들

메소드 설명
CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
Execute ( ) : void

비공개 메소드들

메소드 설명
Process ( List notifyNodes ) : void
WarningChecker ( TypeNodeBuilder, typeNodeBuilder, Logger logger ) : System.Collections.Generic

메소드 상세

CheckForWarning() 공개 메소드

public CheckForWarning ( PropertyData, propertyData, bool isBeforeAfter ) : string
propertyData PropertyData,
isBeforeAfter bool
리턴 string

Execute() 공개 메소드

public Execute ( ) : void
리턴 void