This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Interface IAnchoredCollidabled | HiAPI-C# 2025 ">
<meta name="description" content="Defines a collidable object that has an associated .">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -97,7 +97,8 @@ Interface IAnchoredCollidabled
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"></div>
<div class="markdown summary"><p>Defines a collidable object that has an associated <a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a>.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
@@ -168,7 +169,8 @@ Interface IAnchoredCollidabled
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the anchor associated with the collidable object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -179,7 +181,8 @@ Interface IAnchoredCollidabled
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
<dd></dd>
<dd><p>The <a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a> instance.</p>
</dd>
</dl>