Uses of Class
org.blender.dna.View3DShading
-
Packages that use View3DShading Package Description org.blender.dna -
-
Uses of View3DShading in org.blender.dna
Methods in org.blender.dna that return View3DShading Modifier and Type Method Description View3DShading
SceneDisplay. getShading()
Get method for struct member 'shading'.View3DShading
View3D. getShading()
Get method for struct member 'shading'.View3DShading
XrSessionSettings. getShading()
Get method for struct member 'shading'.Methods in org.blender.dna that return types with arguments of type View3DShading Modifier and Type Method Description CPointer<View3DShading>
View3DShading. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type View3DShading Modifier and Type Method Description void
SceneDisplay. setShading(View3DShading shading)
Set method for struct member 'shading'.void
View3D. setShading(View3DShading shading)
Set method for struct member 'shading'.void
XrSessionSettings. setShading(View3DShading shading)
Set method for struct member 'shading'.Constructors in org.blender.dna with parameters of type View3DShading Constructor Description View3DShading(View3DShading that)
-