コード例 #1
0
 public UInt32 GetBodyId(UInt32 index)
 {
     lock (this)
     {
         if (disposedValue)
         {
             throw new ObjectDisposedException(nameof(BodyFrame));
         }
         return(BodyTrackingNativeMethods.k4abt_frame_get_body_id(handle, index));
     }
 }