Package physx.support
Class JSPvdTransport
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.PxPvdTransport
-
- physx.support.SimplePvdTransport
-
- physx.support.JSPvdTransport
-
public class JSPvdTransport extends SimplePvdTransport
-
-
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 protectedJSPvdTransport()protectedJSPvdTransport(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 JSPvdTransportwrapPointer(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 JSPvdTransport wrapPointer(long address)
-
destroy
public void destroy()
- Overrides:
destroyin classSimplePvdTransport
-
connect
public boolean connect()
- Overrides:
connectin classSimplePvdTransport- Returns:
- WebIDL type: boolean
-
send
public void send(NativeObject inBytes, int inLength)
- Overrides:
sendin classSimplePvdTransport- Parameters:
inBytes- WebIDL type: anyinLength- WebIDL type: unsigned long
-
-