| TextureBase Class |
Namespace: Aspose.ThreeD.Shading
The TextureBase type exposes the following members.
| Name | Description | |
|---|---|---|
| TextureBase |
Initializes a new instance of the TextureBase class.
|
| Name | Description | |
|---|---|---|
| Alpha |
Gets or sets the default alpha value of the texture
This is valid when the AlphaSource is PixelAlpha
Default value is 1.0, valid value range is between 0 and 1
| |
| AlphaSource |
Gets or sets whether the texture defines the alpha channel.
Default value is None | |
| MagFilter |
Gets or sets the filter for magnification.
| |
| MinFilter |
Gets or sets the filter for minification.
| |
| MipFilter |
Gets or sets the filter for mip-level sampling.
| |
| Name |
Gets or sets the name.
(Inherited from A3DObject.) | |
| Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) | |
| UVRotation |
Gets or sets the rotation of the texture
| |
| UVScale |
Gets or sets the UV scale.
| |
| UVTranslation |
Gets or sets the UV translation.
| |
| WrapModeU |
Gets or sets the texture wrap modes in U.
| |
| WrapModeV |
Gets or sets the texture wrap modes in V.
| |
| WrapModeW |
Gets or sets the texture wrap modes in W.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) | |
| GetHashCode | (Inherited from Object.) | |
| GetProperty |
Get the value of specified property
(Inherited from A3DObject.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) | |
| RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) | |
| SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) | |
| SetRotation |
Sets the UV rotation.
| |
| SetScale |
Sets the UV scale.
| |
| SetTranslation |
Sets the UV translation.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| name |
The name of the current object.
(Inherited from A3DObject.) | |
| properties |
The properties of the current object.
(Inherited from A3DObject.) |