java.lang.Object
physx.NativeObject
physx.support.PxPvdTransport
physx.support.SimplePvdTransport
physx.support.SimplPvdTransportImpl
-
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 SimplPvdTransportImplarrayGet(long baseAddress, int index) booleanconnect()Connects to the Visual Debugger application.voiddestroy()voidDisconnects from the Visual Debugger application.voidflush()* send any data and block until we know it is at least on the wire.boolean* Return if connection to PVD is created.voidsend(NativeObject inBytes, int inLength) static SimplPvdTransportImplwrapPointer(long address) Methods inherited from class physx.support.PxPvdTransport
releaseMethods 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
-
SimplPvdTransportImpl
protected SimplPvdTransportImpl(long address) -
SimplPvdTransportImpl
protected SimplPvdTransportImpl()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy()- Overrides:
destroyin classSimplePvdTransport
-
connect
public boolean connect()Description copied from class:PxPvdTransportConnects to the Visual Debugger application. return True if success- Overrides:
connectin classPxPvdTransport- Returns:
- WebIDL type: boolean
-
isConnected
public boolean isConnected()Description copied from class:PxPvdTransport* Return if connection to PVD is created.- Overrides:
isConnectedin classPxPvdTransport- Returns:
- WebIDL type: boolean
-
disconnect
public void disconnect()Description copied from class:PxPvdTransportDisconnects from the Visual Debugger application. If we are still connected, this will kill the entire debugger connection.- Overrides:
disconnectin classPxPvdTransport
-
send
- Overrides:
sendin classSimplePvdTransport- Parameters:
inBytes- WebIDL type: anyinLength- WebIDL type: unsigned long
-
flush
public void flush()Description copied from class:PxPvdTransport* send any data and block until we know it is at least on the wire.- Overrides:
flushin classPxPvdTransport
-