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