Package physx.cooking

Class PxBVH33MidphaseDesc

java.lang.Object
physx.NativeObject
physx.cooking.PxBVH33MidphaseDesc

public class PxBVH33MidphaseDesc extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxBVH33MidphaseDesc

      protected PxBVH33MidphaseDesc()
    • PxBVH33MidphaseDesc

      protected PxBVH33MidphaseDesc(long address)
  • Method Details

    • wrapPointer

      public static PxBVH33MidphaseDesc wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMeshSizePerformanceTradeOff

      public float getMeshSizePerformanceTradeOff()
      Returns:
      WebIDL type: float
    • setMeshSizePerformanceTradeOff

      public void setMeshSizePerformanceTradeOff(float value)
      Parameters:
      value - WebIDL type: float
    • getMeshCookingHint

      public PxMeshCookingHintEnum getMeshCookingHint()
      Returns:
      WebIDL type: PxMeshCookingHintEnum [enum]
    • setMeshCookingHint

      public void setMeshCookingHint(PxMeshCookingHintEnum value)
      Parameters:
      value - WebIDL type: PxMeshCookingHintEnum [enum]
    • setToDefault

      public void setToDefault()
    • isValid

      public boolean isValid()
      Returns:
      WebIDL type: boolean