World Manager
C4Markers.h

class Marker

The Marker class represents a marker node in a scene graph.
Definition

class Marker : public Node, public ListElement<Marker>

Member Functions
Marker::GetMarkerType Returns the type of a marker.
Constructor

Marker(MarkerType type);

The constructor has protected access. A Marker class can only exist as the base class for a more specific type of marker.
Parameters
type The type of the marker. See below for a list of possible types.
Description


kMarkerLocator Locator marker.
kMarkerReference Reference marker.
kMarkerConnection Connection marker.
kMarkerCube Cube environment map marker.
kMarkerPath Path marker.
Base Classes
Node A Marker node is a scene graph node.
ListElement<Marker> Markers are stored in a list owned by their containing zone.