Property | Type | Description | |
---|---|---|---|
PutCurveBracesOnNewLine | void | ||
TranslateTypeToBoo | string | ||
TranslateTypeToJavascript | string | ||
WriteBlankLine | void | ||
WriteComment | void | ||
WriteFunction | void |
Method | Description | |
---|---|---|
NewScriptGenerator ( UnityEditor.ScriptPrescription scriptPrescription ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
PutCurveBracesOnNewLine ( ) : void | ||
TranslateTypeToBoo ( string typeInCSharp ) : string | ||
TranslateTypeToJavascript ( string typeInCSharp ) : string | ||
WriteBlankLine ( ) : void | ||
WriteComment ( string comment ) : void | ||
WriteFunction ( UnityEditor.FunctionData function ) : void |
public NewScriptGenerator ( UnityEditor.ScriptPrescription scriptPrescription ) : System | ||
scriptPrescription | UnityEditor.ScriptPrescription | |
return | System |