Package physx.cooking
Class PxConvexMeshDesc
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxConvexMeshDesc
-
public class PxConvexMeshDesc 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxConvexMeshDesc()protectedPxConvexMeshDesc(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxConvexFlagsgetFlags()PxBoundedDatagetPoints()voidsetFlags(PxConvexFlags value)voidsetPoints(PxBoundedData value)static PxConvexMeshDescwrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxConvexMeshDesc wrapPointer(long address)
-
destroy
public void destroy()
-
getPoints
public PxBoundedData getPoints()
- Returns:
PxBoundedData[Value]
-
setPoints
public void setPoints(PxBoundedData value)
- Parameters:
value-PxBoundedData[Value]
-
getFlags
public PxConvexFlags getFlags()
- Returns:
PxConvexFlags[Value]
-
setFlags
public void setFlags(PxConvexFlags value)
- Parameters:
value-PxConvexFlags[Value]
-
-