Updated docs
This commit is contained in:
37
doc/files/createanimatedactor.html
Normal file
37
doc/files/createanimatedactor.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>CreateAnimatedActor [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function CreateAnimatedActor( mesh ) </h2></p>
|
||||
<p>
|
||||
Returns a new animated actor composed of a mesh
|
||||
</p>
|
||||
<p>
|
||||
The mesh can either be created using CreateMesh() or Loaded using LoadMesh()
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="createmesh.html">CreateMesh</a>
|
||||
<a href="loadmesh.html">LoadMesh</a>
|
||||
<a href="loadmeshfroman8.html">LoadMeshFromAN8</a>
|
||||
</p>
|
||||
<p>
|
||||
<br>
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="createoctreeactor.html">CreateOctreeActor</a>
|
||||
<a href="createcubeactor.html">CreateCubeActor</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