Class PhysXIntegrationState.Raw

java.lang.Object
physx.vehicle2.PhysXIntegrationState.Raw
Enclosing class:
PhysXIntegrationState

public static class PhysXIntegrationState.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PhysXIntegrationState

      public static long PhysXIntegrationState()
    • destroy

      public static void destroy(long address)
    • getPhysxActor

      public static long getPhysxActor(long address)
    • setPhysxActor

      public static void setPhysxActor(long address, long value)
    • getPhysxSteerState

      public static long getPhysxSteerState(long address)
    • setPhysxSteerState

      public static void setPhysxSteerState(long address, long value)
    • getPhysxConstraints

      public static long getPhysxConstraints(long address)
    • setPhysxConstraints

      public static void setPhysxConstraints(long address, long value)
    • destroyState

      public static void destroyState(long address)
    • setToDefault

      public static void setToDefault(long address)
    • create

      public static void create(long address, long baseParams, long physxParams, long physics, long params, long defaultMaterial)