Struct CubeFaceDataT
Contents
[
Hide
]CubeFaceData<T> structure
Data for each face of the cube map texture.
public struct CubeFaceData<T>
| Parameter | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Back { get; set; } | Gets or sets the data for +Z(Back) face |
| Bottom { get; set; } | Gets or sets the data for -Y(Bottom) face |
| Front { get; set; } | Gets or sets the data for -Z(Front) face |
| Item { get; set; } | |
| Left { get; set; } | Gets or sets the data for +X(Left) face |
| NegativeX { get; set; } | Gets or sets the data for +X(Left) face |
| NegativeY { get; set; } | Gets or sets the data for -Y(Bottom) face |
| NegativeZ { get; set; } | Gets or sets the data for -Z(Front) face |
| PositiveX { get; set; } | Gets or sets the data for +X(Right) face |
| PositiveY { get; set; } | Gets or sets the data for +Y(Top) face |
| PositiveZ { get; set; } | Gets or sets the data for +Z(Back) face |
| Right { get; set; } | Gets or sets the data for +X(Right) face |
| Top { get; set; } | Gets or sets the data for +Y(Top) face |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D