fordesker
Results
1
comments of
fordesker
可以试试看在c#代码里直接使用指针,你需要启用不安全代码 ```c# unsafe { void* srcPtr = polydata.GetCppThis().ToPointer(); Class1.mytest(srcPtr); } ```