C# 클래스 AmazedSaint.Elastic.Templating.Generator

파일 보기 프로젝트 열기: amazedsaint/ElasticObject

공개 메소드들

메소드 설명
Generator ( ) : System
Generator ( string basePath ) : System
RenderModel ( string modelPath, string modelType, string ttPath ) : string

Specify the pre processing options

RenderModel ( string modelPath, string modelType, string ttPath, bool preProcess ) : string

Render the model and returns the results

메소드 상세

Generator() 공개 메소드

public Generator ( ) : System
리턴 System

Generator() 공개 메소드

public Generator ( string basePath ) : System
basePath string
리턴 System

RenderModel() 공개 메소드

Specify the pre processing options
public RenderModel ( string modelPath, string modelType, string ttPath ) : string
modelPath string
modelType string
ttPath string
리턴 string

RenderModel() 공개 메소드

Render the model and returns the results
public RenderModel ( string modelPath, string modelType, string ttPath, bool preProcess ) : string
modelPath string
modelType string
ttPath string
preProcess bool
리턴 string