Package | Description |
---|---|
org.blender.dna | |
org.blender.utils |
Modifier and Type | Method and Description |
---|---|
CPointer<Text> |
Text.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<Text> |
FreestyleModuleConfig.getScript()
Get method for struct member 'script'.
|
CPointer<Text> |
FMod_Python.getScript()
Get method for struct member 'script'.
|
CPointer<Text> |
SpaceText.getText()
Get method for struct member 'text'.
|
CPointer<Text> |
bPythonConstraint.getText()
Get method for struct member 'text'.
|
Modifier and Type | Method and Description |
---|---|
void |
FreestyleModuleConfig.setScript(CPointer<Text> script)
Set method for struct member 'script'.
|
void |
FMod_Python.setScript(CPointer<Text> script)
Set method for struct member 'script'.
|
void |
SpaceText.setText(CPointer<Text> text)
Set method for struct member 'text'.
|
void |
bPythonConstraint.setText(CPointer<Text> text)
Set method for struct member 'text'.
|
Constructor and Description |
---|
Text(Text that) |
Modifier and Type | Method and Description |
---|---|
Text |
MainLib.getText()
See
Text for documentation. |
Modifier and Type | Method and Description |
---|---|
void |
MainLib.setText(Text text)
See
Text for documentation. |