Clear() public method

public Clear ( ) : void
return void
コード例 #1
0
ファイル: Octree.cs プロジェクト: weichen1989/Octree
 public void Clear()
 {
     Top.Clear();
 }