Uses of Class
org.blender.dna.SpaceText_Runtime
-
Packages that use SpaceText_Runtime Package Description org.blender.dna -
-
Uses of SpaceText_Runtime in org.blender.dna
Methods in org.blender.dna that return SpaceText_Runtime Modifier and Type Method Description SpaceText_Runtime
SpaceText. getRuntime()
Get method for struct member 'runtime'.Methods in org.blender.dna that return types with arguments of type SpaceText_Runtime Modifier and Type Method Description CPointer<SpaceText_Runtime>
SpaceText_Runtime. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type SpaceText_Runtime Modifier and Type Method Description void
SpaceText. setRuntime(SpaceText_Runtime runtime)
Set method for struct member 'runtime'.Constructors in org.blender.dna with parameters of type SpaceText_Runtime Constructor Description SpaceText_Runtime(SpaceText_Runtime that)
-