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