java.lang.Object
physx.NativeObject
physx.support.PxOmniPvd
-
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 PxOmniPvdarrayGet(long baseAddress, int index) voiddestroy()Gets an instance to the OmniPvd file write streamGets an instance of the OmniPvd writervoidrelease()Releases the PxOmniPvd objectbooleanStarts the OmniPvd samplingstatic PxOmniPvdwrapPointer(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
-
PxOmniPvd
protected PxOmniPvd() -
PxOmniPvd
protected PxOmniPvd(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getWriter
Gets an instance of the OmniPvd writer- Returns:
- OmniPvdWriter instance on succes, NULL otherwise.
-
getFileWriteStream
Gets an instance to the OmniPvd file write stream- Returns:
- OmniPvdFileWriteStream instance on succes, NULL otherwise.
-
startSampling
public boolean startSampling()Starts the OmniPvd sampling- Returns:
- True if sampling started correctly, false if not.
-
release
public void release()Releases the PxOmniPvd object
-