Package physx.common
Class PxErrorCallback
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxErrorCallback
-
- Direct Known Subclasses:
JavaErrorCallback,PxDefaultErrorCallback
public class PxErrorCallback 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxErrorCallback()protectedPxErrorCallback(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidreportError(int code, java.lang.String message, java.lang.String file, int line)static PxErrorCallbackwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxErrorCallback wrapPointer(long address)
-
destroy
public void destroy()
-
reportError
public void reportError(int code, java.lang.String message, java.lang.String file, int line)- Parameters:
code- WebIDL type:PxErrorCodeEnum[enum]message- WebIDL type: DOMString [Const]file- WebIDL type: DOMString [Const]line- WebIDL type: long
-
-