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