[DllImport(Abci.Lib)] public static extern void aiPointsSetSort(IntPtr schema, Bool v);
 [DllImport(Abci.Lib)] public static extern void aiObjectSetEnabled(IntPtr obj, Bool v);
 public void WriteScalarSample(ref Bool data)
 {
     NativeMethods.aePropertyWriteScalarSample(self, ref data);
 }
 [DllImport(Abci.Lib)] public static extern void aePropertyWriteScalarSample(IntPtr self, ref Bool data);
示例#5
0
 public static bool ToBool(Bool v)
 {
     return(v);
 }