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