Uses of Class
org.blender.dna.World
-
Packages that use World Package Description org.blender.dna org.blender.utils -
-
Uses of World in org.blender.dna
Methods in org.blender.dna that return types with arguments of type World Modifier and Type Method Description CPointer<World>
World. __io__addressof()
Instantiates a pointer on this instance.CPointer<World>
Scene. getWorld()
Get method for struct member 'world'.Method parameters in org.blender.dna with type arguments of type World Modifier and Type Method Description void
Scene. setWorld(CPointer<World> world)
Set method for struct member 'world'.Constructors in org.blender.dna with parameters of type World Constructor Description World(World that)
-
Uses of World in org.blender.utils
Methods in org.blender.utils that return World Modifier and Type Method Description World
MainLib. getWorld()
SeeWorld
for documentation.Methods in org.blender.utils with parameters of type World Modifier and Type Method Description void
MainLib. setWorld(World world)
SeeWorld
for documentation.
-