Package physx.cooking
Class PxMidphaseDesc
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxMidphaseDesc
-
public class PxMidphaseDesc 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 PxMidphaseDesc()protectedPxMidphaseDesc(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxBVH33MidphaseDescgetMBVH33Desc()PxBVH34MidphaseDescgetMBVH34Desc()intgetType()booleanisValid()voidsetMBVH33Desc(PxBVH33MidphaseDesc value)voidsetMBVH34Desc(PxBVH34MidphaseDesc value)voidsetToDefault(int type)static PxMidphaseDescwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxMidphaseDesc wrapPointer(long address)
-
destroy
public void destroy()
-
getMBVH33Desc
public PxBVH33MidphaseDesc getMBVH33Desc()
- Returns:
- WebIDL type:
PxBVH33MidphaseDesc[Value]
-
setMBVH33Desc
public void setMBVH33Desc(PxBVH33MidphaseDesc value)
- Parameters:
value- WebIDL type:PxBVH33MidphaseDesc[Value]
-
getMBVH34Desc
public PxBVH34MidphaseDesc getMBVH34Desc()
- Returns:
- WebIDL type:
PxBVH34MidphaseDesc[Value]
-
setMBVH34Desc
public void setMBVH34Desc(PxBVH34MidphaseDesc value)
- Parameters:
value- WebIDL type:PxBVH34MidphaseDesc[Value]
-
getType
public int getType()
- Returns:
- WebIDL type:
PxMeshMidPhaseEnum[enum]
-
setToDefault
public void setToDefault(int type)
- Parameters:
type- WebIDL type:PxMeshMidPhaseEnum[enum]
-
isValid
public boolean isValid()
- Returns:
- WebIDL type: boolean
-
-