コード例 #1
0
ファイル: CfMeshPlane.cs プロジェクト: Netkidxp/TPLC
 public CfMeshPlane()
 {
     InitializeComponent();
     Dict = new CfMeshDict();
 }
コード例 #2
0
ファイル: CfMeshPlane.cs プロジェクト: Netkidxp/TPLC
 public GenerateMeshEventArgs(CfMeshDict dict)
 {
     Dict = dict;
 }