Add files via upload
This commit is contained in:
20
doc/doc_files/getgravity2d.html
Normal file
20
doc/doc_files/getgravity2d.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>GetGravity2D [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub GetGravity2D(ByRef x, ByRef y) </h2></p>
|
||||
<p>
|
||||
Use this function for retrieving the global gravity vector. A sprite canvas layer must be open.
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="setgravity2d.html">SetGravity2D</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
doc/doc_files/setgravity2d.html
Normal file
20
doc/doc_files/setgravity2d.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>SetGravity2D [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub SetGravity2D(x, y) </h2></p>
|
||||
<p>
|
||||
Use this function for setting the global gravity vector. A sprite canvas layer must be active.
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="getgravity2d.html">GetGravity2D</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user