java.lang.Object
physx.NativeObject
physx.support.PxPvd
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxPvdarrayGet(long baseAddress, int index) booleanconnect(PxPvdTransport transport, PxPvdInstrumentationFlags flags) Connects the SDK to the PhysX Visual Debugger application.voidrelease()Releases the pvd instance.static PxPvdwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
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
-
arrayGet
-
connect
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.
-