C# Class Monobjc.Tools.External.Momc

Wrapper class around the momc command line tool.
Mostra file Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description
CompileInternal String

Public Methods

Method Description
Compile ( String modelDir, String destinationDir ) : String

Compiles the specified model into its compiled form.

Compile ( String modelDir ) : void

Compiles the specified model into its compiled form.

Private Methods

Method Description
CompileInternal ( String modelDir, String destinationDir ) : String

Method Details

Compile() public static method

Compiles the specified model into its compiled form.
public static Compile ( String modelDir, String destinationDir ) : String
modelDir String The model dir.
destinationDir String The destination dir.
return String

Compile() public static method

Compiles the specified model into its compiled form.
public static Compile ( String modelDir ) : void
modelDir String The model dir.
return void