Package physx.support
Class SimplePvdTransport
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.PxPvdTransport
-
- physx.support.SimplePvdTransport
-
- Direct Known Subclasses:
JSPvdTransport
public class SimplePvdTransport extends PxPvdTransport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimplePvdTransport()protectedSimplePvdTransport(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconnect()voiddestroy()voidsend(NativeObject inBytes, int inLength)static SimplePvdTransportwrapPointer(long address)-
Methods inherited from class physx.support.PxPvdTransport
disconnect, isConnected
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static SimplePvdTransport wrapPointer(long address)
-
destroy
public void destroy()
-
connect
public boolean connect()
- Overrides:
connectin classPxPvdTransport- Returns:
- WebIDL type: boolean
-
send
public void send(NativeObject inBytes, int inLength)
- Parameters:
inBytes- WebIDL type: anyinLength- WebIDL type: unsigned long
-
-