java.lang.Object
physx.physics.PxSceneQuerySystemBase.Raw
- Enclosing class:
- PxSceneQuerySystemBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidflushUpdates(long address) static voidforceRebuildDynamicTree(long address, int prunerIndex) static intgetDynamicTreeRebuildRateHint(long address) static intgetStaticTimestamp(long address) static intgetUpdateMode(long address) static booleanoverlap(long address, long geometry, long pose, long hitCall) static booleanoverlap(long address, long geometry, long pose, long hitCall, long filterData) static booleanraycast(long address, long origin, long unitDir, float distance, long hitCall) static booleanraycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags) static booleanraycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags, long filterData) static voidsetDynamicTreeRebuildRateHint(long address, int dynamicTreeRebuildRateHint) static voidsetUpdateMode(long address, int updateMode) static booleansweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall) static booleansweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags) static booleansweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags, long filterData)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
setDynamicTreeRebuildRateHint
public static void setDynamicTreeRebuildRateHint(long address, int dynamicTreeRebuildRateHint) -
getDynamicTreeRebuildRateHint
public static int getDynamicTreeRebuildRateHint(long address) -
forceRebuildDynamicTree
public static void forceRebuildDynamicTree(long address, int prunerIndex) -
setUpdateMode
public static void setUpdateMode(long address, int updateMode) -
getUpdateMode
public static int getUpdateMode(long address) -
getStaticTimestamp
public static int getStaticTimestamp(long address) -
flushUpdates
public static void flushUpdates(long address) -
raycast
public static boolean raycast(long address, long origin, long unitDir, float distance, long hitCall) -
raycast
public static boolean raycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags) -
raycast
public static boolean raycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags, long filterData) -
sweep
public static boolean sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall) -
sweep
public static boolean sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags) -
sweep
public static boolean sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags, long filterData) -
overlap
public static boolean overlap(long address, long geometry, long pose, long hitCall) -
overlap
public static boolean overlap(long address, long geometry, long pose, long hitCall, long filterData)
-