コード例 #1
0
ファイル: Dictionary.cs プロジェクト: zhangshiqian1214/godot
 protected override bool ReleaseHandle()
 {
     Dictionary.godot_icall_Dictionary_Dtor(handle);
     return(true);
 }