Class PxCollectionExt

java.lang.Object
physx.NativeObject
physx.extensions.PxCollectionExt

public class PxCollectionExt extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxCollectionExt

      protected PxCollectionExt()
    • PxCollectionExt

      protected PxCollectionExt(long address)
  • Method Details

    • wrapPointer

      public static PxCollectionExt wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • releaseObjects

      public static void releaseObjects(PxCollection collection)
      Parameters:
      collection - WebIDL type: PxCollection [Ref]
    • releaseObjects

      public static void releaseObjects(PxCollection collection, boolean releaseExclusiveShapes)
      Parameters:
      collection - WebIDL type: PxCollection [Ref]
      releaseExclusiveShapes - WebIDL type: boolean
    • remove

      public static void remove(PxCollection collection, short concreteType)
      Parameters:
      collection - WebIDL type: PxCollection [Ref]
      concreteType - WebIDL type: unsigned short
    • remove

      public static void remove(PxCollection collection, short concreteType, PxCollection to)
      Parameters:
      collection - WebIDL type: PxCollection [Ref]
      concreteType - WebIDL type: unsigned short
      to - WebIDL type: PxCollection
    • createCollection

      public static PxCollection createCollection(PxScene scene)
      Parameters:
      scene - WebIDL type: PxScene [Ref]
      Returns:
      WebIDL type: PxCollection