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