Updated docs
This commit is contained in:
26
doc/files/createcubeactor.html
Normal file
26
doc/files/createcubeactor.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreateCubeActor [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function CreateCubeActor( cube_size ) </h2></p>
|
||||
<p>
|
||||
Returns an actor with a cube mesh of the specified size ( cube_size x cube_size x cube_size )
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="createanimatedactor.html">CreateAnimatedActor</a>
|
||||
<a href="createoctreeactor.html">CreateOctreeActor</a>
|
||||
<a href="createsphereactor.html">CreateSphereActor</a>
|
||||
<a href="createwateractor.html">CreateWaterActor</a>
|
||||
<a href="createlightactor.html">CreateLightActor</a>
|
||||
<a href="createbillboardactor.html">CreateBillboardActor</a>
|
||||
<a href="createterrainactor.html">CreateTerrainActor</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user