Package physx.common

Class PxInputData

java.lang.Object
physx.NativeObject
physx.common.PxInputData
Direct Known Subclasses:
PxDefaultMemoryInputData

public class PxInputData extends NativeObject
Input data class for I/O which provides random read access.

The user needs to supply a PxInputData implementation to a number of methods to allow the SDK to read data.

  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxInputData

      protected PxInputData()
    • PxInputData

      protected PxInputData(long address)
  • Method Details

    • wrapPointer

      public static PxInputData wrapPointer(long address)
    • arrayGet

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

      public void destroy()