Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/api/zh/helpers/AxesHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ <h2>属性</h2>
<h2>方法</h2>
<p>请到基类 [page:LineSegments] 页面查看公共方法.</p>

<h3>
[method:this setColors]( [param:Color xAxisColor], [param:Color yAxisColor], [param:Color zAxisColor] )
</h3>
<p>
将轴颜色设置为 [page:Color xAxisColor], [page:Color yAxisColor],[page:Color zAxisColor]。
</p>

<h3>[method:undefined dispose]()</h3>
<p>
释放此实例分配的GPU相关资源。每当应用程序中不再使用此实例时,请调用此方法。
</p>

<h2>源码</h2>

<p>
Expand Down