class MAGES::ComponentLibrary::WhiteboardMarker¶
Overview¶
A marker that can be used to draw on a MAGES.Whiteboard. More…
class WhiteboardMarker: public MonoBehaviour
{
public:
// properties
Whiteboard Whiteboard;
Color Color;
};
Detailed Documentation¶
A marker that can be used to draw on a MAGES.Whiteboard.
See also:
MAGES.Whiteboard, MAGES.WhiteboardEraser
Properties¶
Whiteboard Whiteboard
Gets or sets the whiteboard that this marker is associated with.
Color Color
Gets or sets the color of the marker.