mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 13:06:49 +03:00
206 lines
4.2 KiB
HTML
206 lines
4.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<head>
|
|
<title>Reference</title>
|
|
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div id="product">
|
|
<div id="product_logo"></div>
|
|
<div id="product_name"><big><b></b></big></div>
|
|
<div id="product_description"></div>
|
|
</div> <!-- id="product" -->
|
|
|
|
|
|
<div id="main">
|
|
|
|
|
|
<!-- Menu -->
|
|
|
|
<div id="navigation">
|
|
<br/>
|
|
<h1>TombEngine</h1>
|
|
|
|
<ul>
|
|
<li><a href="../index.html">Index</a></li>
|
|
</ul>
|
|
|
|
<h2>Contents</h2>
|
|
<ul>
|
|
<li><a href="#Members">Members</a></li>
|
|
</ul>
|
|
|
|
|
|
<h2>Classes</h2>
|
|
<ul class="nowrap">
|
|
<li><a href="../classes/AIObject.html">AIObject</a></li>
|
|
<li><a href="../classes/AudioTrack.html">AudioTrack</a></li>
|
|
<li><a href="../classes/CameraInfo.html">CameraInfo</a></li>
|
|
<li><a href="../classes/Color.html">Color</a></li>
|
|
<li><a href="../classes/InventoryObject.html">InventoryObject</a></li>
|
|
<li><a href="../classes/ItemInfo.html">ItemInfo</a></li>
|
|
<li><a href="../classes/Level.html">Level</a></li>
|
|
<li><strong>MeshInfo</strong></li>
|
|
<li><a href="../classes/Mirror.html">Mirror</a></li>
|
|
<li><a href="../classes/Position.html">Position</a></li>
|
|
<li><a href="../classes/Rotation.html">Rotation</a></li>
|
|
<li><a href="../classes/SinkInfo.html">SinkInfo</a></li>
|
|
<li><a href="../classes/SkyLayer.html">SkyLayer</a></li>
|
|
<li><a href="../classes/SoundSourceInfo.html">SoundSourceInfo</a></li>
|
|
<li><a href="../classes/InvItem.html">InvItem</a></li>
|
|
<li><a href="../classes/ObjID.html">ObjID</a></li>
|
|
</ul>
|
|
<h2>Modules</h2>
|
|
<ul class="nowrap">
|
|
<li><a href="../modules/gameflow.html">gameflow</a></li>
|
|
<li><a href="../modules/gamelogic.html">gamelogic</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<h1>Class <code>MeshInfo</code></h1>
|
|
<p>Mesh info</p>
|
|
<p>
|
|
|
|
</p>
|
|
|
|
|
|
<h2><a href="#Members">Members</a></h2>
|
|
<table class="function_list">
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.pos">MeshInfo.pos</a></td>
|
|
<td class="summary">(<a href="../classes/Position.html#">Position</a>) position in level</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.yRot">MeshInfo.yRot</a></td>
|
|
<td class="summary">(int) y-axis rotation</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.name">MeshInfo.name</a></td>
|
|
<td class="summary">(string) unique string identifier.</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.staticNumber">MeshInfo.staticNumber</a></td>
|
|
<td class="summary">(int) static number</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.color">MeshInfo.color</a></td>
|
|
<td class="summary">(<a href="../classes/Color.html#">Color</a>) color of mesh</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="name" ><a href="#MeshInfo.HP">MeshInfo.HP</a></td>
|
|
<td class="summary">(int) hp</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
|
|
<h2 class="section-header "><a name="Members"></a>Members</h2>
|
|
|
|
<dl class="function">
|
|
<dt>
|
|
<a name = "MeshInfo.pos"></a>
|
|
<strong>MeshInfo.pos</strong>
|
|
</dt>
|
|
<dd>
|
|
(<a href="../classes/Position.html#">Position</a>) position in level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
<dt>
|
|
<a name = "MeshInfo.yRot"></a>
|
|
<strong>MeshInfo.yRot</strong>
|
|
</dt>
|
|
<dd>
|
|
(int) y-axis rotation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
<dt>
|
|
<a name = "MeshInfo.name"></a>
|
|
<strong>MeshInfo.name</strong>
|
|
</dt>
|
|
<dd>
|
|
(string) unique string identifier.
|
|
e.g. "door<em>back</em>room" or "cracked<em>greek</em>statue"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
<dt>
|
|
<a name = "MeshInfo.staticNumber"></a>
|
|
<strong>MeshInfo.staticNumber</strong>
|
|
</dt>
|
|
<dd>
|
|
(int) static number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
<dt>
|
|
<a name = "MeshInfo.color"></a>
|
|
<strong>MeshInfo.color</strong>
|
|
</dt>
|
|
<dd>
|
|
(<a href="../classes/Color.html#">Color</a>) color of mesh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
<dt>
|
|
<a name = "MeshInfo.HP"></a>
|
|
<strong>MeshInfo.HP</strong>
|
|
</dt>
|
|
<dd>
|
|
(int) hp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dd>
|
|
</dl>
|
|
|
|
|
|
</div> <!-- id="content" -->
|
|
</div> <!-- id="main" -->
|
|
<div id="about">
|
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
|
<i style="float:right;">Last updated 2021-08-15 23:07:28 </i>
|
|
</div> <!-- id="about" -->
|
|
</div> <!-- id="container" -->
|
|
</body>
|
|
</html>
|