Files
RCBASIC4/doc/doc_files/createanimatedactor.html
2026-02-26 15:33:51 -06:00

38 lines
1.0 KiB
HTML

<!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>
</p>
</body>
</html>