24 lines
634 B
HTML
24 lines
634 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>CloneCanvas [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function CloneCanvas(c_num, mode) </h2></p>
|
|
<p>
|
|
Returns a clone of a canvas. Clone canvases are mirrors of the original canvas so when you draw to one it will also be on the other. This is useful for a splitscreen 2d game.
|
|
</p>
|
|
<p>
|
|
Mode is a canvas render mode like the one passed to OpenCanvas()
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="opencanvas.html">OpenCanvas</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |