Updated docs
This commit is contained in:
29
doc/files/createbillboardactor.html
Normal file
29
doc/files/createbillboardactor.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreateBillboardActor [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function CreateBillboardActor( ) </h2></p>
|
||||
<p>
|
||||
Returns a billboard actor
|
||||
</p>
|
||||
<p>
|
||||
Billboard actors are flat textured planes that are always facing the camera.
|
||||
</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="createcubeactor.html">CreateCubeActor</a>
|
||||
<a href="createterrainactor.html">CreateTerrainActor</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user