class LocatorMarker
Defined in:
The C4Markers.h
LocatorMarker
class represents a locator marker node in a world.
Definition
class LocatorMarker final : public Marker
Member Functions
LocatorMarker::GetLocatorType |
Returns the locator type. |
LocatorMarker::SetLocatorType |
Sets the locator type. |
Constructor
LocatorMarker(LocatorType type);
Parameters
type |
The type of the locator. |
Description
Base Classes
Marker |
A locator marker is a specific type of marker. |