public interface IUnityLogicTemplateFunctions
Modifier and Type | Method and Description |
---|---|
void |
writeProgram(String theProgram)
Used to write a part of the user logic application.
|
void |
writeVariable(String theVariable)
Used to write a variable in the dedicated buffer.
|
void writeProgram(String theProgram)
theProgram
- The program to be written. Example:
# Write a part of the program
self.thePlugin.writeProgram('''(* Adding a comment to the generated application *)''')
void writeVariable(String theVariable)
theVariable
- The variable to be written.
# Write Variables
self.thePlugin.writeVariable('''
''')
Copyright © 2010–2015 CERN. All rights reserved.