Package physx.geomutils
Class PxGeometry
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxGeometry
-
- Direct Known Subclasses:
PxBoxGeometry,PxCapsuleGeometry,PxConvexMeshGeometry,PxHeightFieldGeometry,PxPlaneGeometry,PxSphereGeometry,PxTriangleMeshGeometry
public class PxGeometry 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 protectedPxGeometry()protectedPxGeometry(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetType()static PxGeometrywrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxGeometry wrapPointer(long address)
-
destroy
public void destroy()
-
getType
public int getType()
- Returns:
- WebIDL type:
PxGeometryTypeEnum[enum]
-
-