Uses of Class
org.blender.dna.Camera
-
Packages that use Camera Package Description org.blender.dna org.blender.utils -
-
Uses of Camera in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Camera Modifier and Type Method Description CPointer<Camera>
Camera. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type Camera Constructor Description Camera(Camera that)
-
Uses of Camera in org.blender.utils
Methods in org.blender.utils that return Camera Modifier and Type Method Description Camera
MainLib. getCamera()
SeeCamera
for documentation.Methods in org.blender.utils with parameters of type Camera Modifier and Type Method Description void
MainLib. setCamera(Camera camera)
SeeCamera
for documentation.
-