Uses of Class
com.aspose.threed.AlphaSource
-
-
Uses of AlphaSource in com.aspose.threed
Methods in com.aspose.threed that return AlphaSource Modifier and Type Method Description AlphaSource
TextureBase. getAlphaSource()
Gets whether the texture defines the alpha channel.static AlphaSource
AlphaSource. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlphaSource[]
AlphaSource. 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 AlphaSource Modifier and Type Method Description void
TextureBase. setAlphaSource(AlphaSource value)
Sets whether the texture defines the alpha channel.
-