| Constant | Defined by | ||
|---|---|---|---|
| BOX : String = "box" [static]
marker3d has the shape of a box
| Marker3DTypes | ||
| CONE : String = "cone" [static]
marker3d has the shape of a cone
| Marker3DTypes | ||
| CYLINDER : String = "cylinder" [static]
marker3d has the shape of a cylinders
| Marker3DTypes | ||
| PYRAMID : String = "pyramid" [static]
marker3d has the shape of a pyramid
| Marker3DTypes | ||
| BOX | constant |
public static const BOX:String = "box"marker3d has the shape of a box
| CONE | constant |
public static const CONE:String = "cone"marker3d has the shape of a cone
| CYLINDER | constant |
public static const CYLINDER:String = "cylinder"marker3d has the shape of a cylinders
| PYRAMID | constant |
public static const PYRAMID:String = "pyramid"marker3d has the shape of a pyramid