Package physx.physics

Class PxSceneQuerySystemBase.Raw

java.lang.Object
physx.physics.PxSceneQuerySystemBase.Raw
Enclosing class:
PxSceneQuerySystemBase

public static class PxSceneQuerySystemBase.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    flushUpdates(long address)
     
    static void
    forceRebuildDynamicTree(long address, int prunerIndex)
     
    static int
     
    static int
    getStaticTimestamp(long address)
     
    static int
    getUpdateMode(long address)
     
    static boolean
    overlap(long address, long geometry, long pose, long hitCall)
     
    static boolean
    overlap(long address, long geometry, long pose, long hitCall, long filterData)
     
    static boolean
    raycast(long address, long origin, long unitDir, float distance, long hitCall)
     
    static boolean
    raycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags)
     
    static boolean
    raycast(long address, long origin, long unitDir, float distance, long hitCall, long hitFlags, long filterData)
     
    static void
    setDynamicTreeRebuildRateHint(long address, int dynamicTreeRebuildRateHint)
     
    static void
    setUpdateMode(long address, int updateMode)
     
    static boolean
    sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall)
     
    static boolean
    sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags)
     
    static boolean
    sweep(long address, long geometry, long pose, long unitDir, float distance, long hitCall, long hitFlags, long filterData)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)