Uses of Class
com.aspose.threed.LightType
-
-
Uses of LightType in com.aspose.threed
Methods in com.aspose.threed that return LightType Modifier and Type Method Description LightType
Light. getLightType()
Gets the light's typestatic LightType
LightType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LightType[]
LightType. 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 LightType Modifier and Type Method Description void
Light. setLightType(LightType value)
Sets the light's typeConstructors in com.aspose.threed with parameters of type LightType Constructor Description Light(java.lang.String name, LightType type)
Initializes a new instance of theLight
class.
-