Package physx.common

Class PxBase

Direct Known Subclasses:
PxActor, PxAggregate, PxArticulationJointReducedCoordinate, PxArticulationReducedCoordinate, PxArticulationSensor, PxArticulationTendon, PxBVH, PxConstraint, PxJoint, PxParticleBuffer, PxRefCounted

public class PxBase extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxBase

      protected PxBase()
    • PxBase

      protected PxBase(long address)
  • Method Details

    • wrapPointer

      public static PxBase wrapPointer(long address)
    • arrayGet

      public static PxBase arrayGet(long baseAddress, int index)
    • release

      public void release()
    • getConcreteTypeName

      public String getConcreteTypeName()
      Returns:
      WebIDL type: DOMString [Const]
    • getConcreteType

      public int getConcreteType()
      Returns:
      WebIDL type: long
    • setBaseFlag

      public void setBaseFlag(PxBaseFlagEnum flag, boolean value)
      Parameters:
      flag - WebIDL type: PxBaseFlagEnum [enum]
      value - WebIDL type: boolean
    • setBaseFlags

      public void setBaseFlags(PxBaseFlags inFlags)
      Parameters:
      inFlags - WebIDL type: PxBaseFlags [Ref]
    • getBaseFlags

      public PxBaseFlags getBaseFlags()
      Returns:
      WebIDL type: PxBaseFlags [Value]
    • isReleasable

      public boolean isReleasable()
      Returns:
      WebIDL type: boolean