示例#1
0
 public static unsafe void GetObject(int index, TObject *obj)
 {
     check(mjp_getObject(index, obj));
 }
示例#2
0
 // (const) get descriptor of specified renderable object
 [DllImport(plugin)] static extern unsafe int mjp_getObject(int index, TObject *obj);