![]() |
Obi
7.0.5
Unified particle physics for Unity
|
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 |