class MAGES::ComponentLibrary::WhiteboardEraser¶
Overview¶
Erases the content of a MAGES.Whiteboard. More…
class WhiteboardEraser: public MonoBehaviour
{
public:
// properties
Whiteboard Whiteboard;
};
Detailed Documentation¶
Erases the content of a MAGES.Whiteboard.
See also:
MAGES.Whiteboard, MAGES.WhiteboardMarker
Properties¶
Whiteboard Whiteboard
Gets or sets the whiteboard that this eraser is associated with.