Package physx.common
Class PxInputData
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxInputData
-
- Direct Known Subclasses:
PxDefaultMemoryInputData
public class PxInputData 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 protectedPxInputData()protectedPxInputData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxInputDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxInputData wrapPointer(long address)
-
destroy
public void destroy()
-
-