Package physx.cooking
Class PxBVH34MidphaseDesc
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxBVH34MidphaseDesc
-
public class PxBVH34MidphaseDesc 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 protectedPxBVH34MidphaseDesc()protectedPxBVH34MidphaseDesc(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetNumPrimsPerLeaf()booleanisValid()voidsetNumPrimsPerLeaf(int value)voidsetToDefault()static PxBVH34MidphaseDescwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBVH34MidphaseDesc wrapPointer(long address)
-
destroy
public void destroy()
-
getNumPrimsPerLeaf
public int getNumPrimsPerLeaf()
- Returns:
- WebIDL type: unsigned long
-
setNumPrimsPerLeaf
public void setNumPrimsPerLeaf(int value)
- Parameters:
value- WebIDL type: unsigned long
-
setToDefault
public void setToDefault()
-
isValid
public boolean isValid()
- Returns:
- WebIDL type: boolean
-
-