Uses of Class
com.aspose.threed.ApertureMode
-
-
Uses of ApertureMode in com.aspose.threed
Methods in com.aspose.threed that return ApertureMode Modifier and Type Method Description ApertureMode
Camera. getApertureMode()
Gets the camera's aperture modestatic ApertureMode
ApertureMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApertureMode[]
ApertureMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type ApertureMode Modifier and Type Method Description void
Camera. setApertureMode(ApertureMode value)
Sets the camera's aperture mode
-