Package physx.support

Class PxPvd


public class PxPvd extends NativeObject
PxPvd is the top-level class for the PVD framework, and the main customer interface for PVD configuration.It is a singleton class, instantiated and owned by the application.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxPvd

      protected PxPvd()
    • PxPvd

      protected PxPvd(long address)
  • Method Details

    • wrapPointer

      public static PxPvd wrapPointer(long address)
    • arrayGet

      public static PxPvd arrayGet(long baseAddress, int index)
    • connect

      public boolean connect(PxPvdTransport transport, PxPvdInstrumentationFlags flags)
      Connects the SDK to the PhysX Visual Debugger application. \param transport transport for pvd captured data. \param flags Flags to set. return True if success
    • release

      public void release()
      Releases the pvd instance.