C# 클래스 Invert.Core.GraphDesigner.WithLazyField

상속: WithField
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
WithLazyField ( ) : System
WithLazyField ( Type fieldType ) : System
WithLazyField ( Type fieldType, bool readOnly = false ) : System

보호된 메소드들

메소드 설명
Apply ( TemplateContext ctx ) : void

메소드 상세

Apply() 보호된 메소드

protected Apply ( TemplateContext ctx ) : void
ctx TemplateContext
리턴 void

WithLazyField() 공개 메소드

public WithLazyField ( ) : System
리턴 System

WithLazyField() 공개 메소드

public WithLazyField ( Type fieldType ) : System
fieldType System.Type
리턴 System

WithLazyField() 공개 메소드

public WithLazyField ( Type fieldType, bool readOnly = false ) : System
fieldType System.Type
readOnly bool
리턴 System