Uses of Class
org.blender.dna.Text
-
Packages that use Text Package Description org.blender.dna org.blender.utils -
-
Uses of Text in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Text Modifier and Type Method Description CPointer<Text>
Text. __io__addressof()
Instantiates a pointer on this instance.CPointer<Text>
FMod_Python. getScript()
Get method for struct member 'script'.CPointer<Text>
FreestyleModuleConfig. getScript()
Get method for struct member 'script'.CPointer<Text>
bPythonConstraint. getText()
Get method for struct member 'text'.CPointer<Text>
SpaceText. getText()
Get method for struct member 'text'.Method parameters in org.blender.dna with type arguments of type Text Modifier and Type Method Description void
FMod_Python. setScript(CPointer<Text> script)
Set method for struct member 'script'.void
FreestyleModuleConfig. setScript(CPointer<Text> script)
Set method for struct member 'script'.void
bPythonConstraint. setText(CPointer<Text> text)
Set method for struct member 'text'.void
SpaceText. setText(CPointer<Text> text)
Set method for struct member 'text'.Constructors in org.blender.dna with parameters of type Text Constructor Description Text(Text that)
-
Uses of Text in org.blender.utils
Methods in org.blender.utils that return Text Modifier and Type Method Description Text
MainLib. getText()
SeeText
for documentation.Methods in org.blender.utils with parameters of type Text Modifier and Type Method Description void
MainLib. setText(Text text)
SeeText
for documentation.
-