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