Package physx.support
Class PxPvd
- java.lang.Object
-
- physx.NativeObject
-
- physx.support.PxPvd
-
public class PxPvd extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanconnect(PxPvdTransport transport, PxPvdInstrumentationFlags flags)static PxPvdwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxPvd wrapPointer(long address)
-
connect
public boolean connect(PxPvdTransport transport, PxPvdInstrumentationFlags flags)
- Parameters:
transport- WebIDL type:PxPvdTransport[Ref]flags- WebIDL type:PxPvdInstrumentationFlags[Ref]- Returns:
- WebIDL type: boolean
-
-