Obi  7.0.5
Unified particle physics for Unity
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Obi.ObiSolver.SpatialQuery Class Reference

Public Member Functions

 SpatialQuery (ObiNativeQueryShapeList shapes, ObiNativeAffineTransformList transforms, ObiNativeQueryResultList results, Action callback=null, bool synchronous=false)
 
void WaitForCompletion ()
 

Public Attributes

ObiNativeQueryShapeList shapes
 
ObiNativeAffineTransformList transforms
 
ObiNativeQueryResultList results
 
Action callback
 
bool synchronous = false
 
bool isValid => shapes != null && transforms != null && results != null && shapes.count > 0 && transforms.count > 0
 
bool done => results.noReadbackInFlight
 

The documentation for this class was generated from the following file: