Package physx.geomutils
Class PxBVHStructure
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- physx.geomutils.PxBVHStructure
-
public class PxBVHStructure extends PxBase
-
-
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 protectedPxBVHStructure()protectedPxBVHStructure(long address)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PxBVHStructurewrapPointer(long address)-
Methods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlags
-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxBVHStructure wrapPointer(long address)
-
-