CubeFaceDataT Structure
Data for each face of the cube map texture.

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public struct CubeFaceData<T>

Type Parameters

T

The CubeFaceDataT type exposes the following members.

Properties
  NameDescription
Public propertyBack
Gets or sets the data for +Z(Back) face
Public propertyBottom
Gets or sets the data for -Y(Bottom) face
Public propertyFront
Gets or sets the data for -Z(Front) face
Public propertyItem
Gets or sets the data for specified face
Public propertyLeft
Gets or sets the data for +X(Left) face
Public propertyNegativeX
Gets or sets the data for +X(Left) face
Public propertyNegativeY
Gets or sets the data for -Y(Bottom) face
Public propertyNegativeZ
Gets or sets the data for -Z(Front) face
Public propertyPositiveX
Gets or sets the data for +X(Right) face
Public propertyPositiveY
Gets or sets the data for +Y(Top) face
Public propertyPositiveZ
Gets or sets the data for +Z(Back) face
Public propertyRight
Gets or sets the data for +X(Right) face
Public propertyTop
Gets or sets the data for +Y(Top) face
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
See Also