Class SimpleControllerBehaviorCallback

java.lang.Object
physx.NativeObject
physx.character.PxControllerBehaviorCallback
physx.character.SimpleControllerBehaviorCallback
Direct Known Subclasses:
PxControllerBehaviorCallbackImpl

public class SimpleControllerBehaviorCallback extends PxControllerBehaviorCallback
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • SimpleControllerBehaviorCallback

      protected SimpleControllerBehaviorCallback()
    • SimpleControllerBehaviorCallback

      protected SimpleControllerBehaviorCallback(long address)
  • Method Details

    • wrapPointer

      public static SimpleControllerBehaviorCallback wrapPointer(long address)
    • arrayGet

      public static SimpleControllerBehaviorCallback arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getShapeBehaviorFlags

      public int getShapeBehaviorFlags(PxShape shape, PxActor actor)
      Parameters:
      shape - WebIDL type: PxShape [Const, Ref]
      actor - WebIDL type: PxActor [Const, Ref]
      Returns:
      WebIDL type: unsigned long
    • getControllerBehaviorFlags

      public int getControllerBehaviorFlags(PxController controller)
      Parameters:
      controller - WebIDL type: PxController [Const, Ref]
      Returns:
      WebIDL type: unsigned long
    • getObstacleBehaviorFlags

      public int getObstacleBehaviorFlags(PxObstacle obstacle)
      Parameters:
      obstacle - WebIDL type: PxObstacle [Const, Ref]
      Returns:
      WebIDL type: unsigned long