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