class CubeMarker
Defined in:  
The C4Markers.hCubeMarker class represents a cube environment map marker node in a world.
Definition
class CubeMarker final : public Marker
Member Functions
| CubeMarker::GetCubeFlags | Returns the cube environment map flags. | 
| CubeMarker::SetCubeFlags | Sets the cube environment map flags. | 
| CubeMarker::GetCubeSize | Returns the size of the cube texture map. | 
| CubeMarker::SetCubeSize | Sets the size of the cube texture map. | 
| CubeMarker::GetTextureFormat | Returns the texture format. | 
| CubeMarker::SetTextureFormat | Sets the texture format. | 
| CubeMarker::GetTextureName | Returns the texture resource name. | 
| CubeMarker::SetTextureName | Sets the texture resource name. | 
Constructor
CubeMarker(const char *name, TextureFormat format, int32 size);
Parameters
| name | The name of the environment map texture resource. | 
| format | The texture format that is generated. | 
| size | The square size of the cube texture map, in pixels. | 
Description
Base Classes
| Marker | A cube environment map marker is a specific type of marker. | 
