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