java.lang.Object
physx.NativeObject
physx.cooking.PxMidphaseDesc
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxMidphaseDescarrayGet(long baseAddress, int index) voiddestroy()getType()booleanisValid()voidsetMBVH33Desc(PxBVH33MidphaseDesc value) voidsetMBVH34Desc(PxBVH34MidphaseDesc value) voidstatic PxMidphaseDescwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxMidphaseDesc
protected PxMidphaseDesc(long address) -
PxMidphaseDesc
public PxMidphaseDesc()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMBVH33Desc
- Returns:
- WebIDL type:
PxBVH33MidphaseDesc[Value]
-
setMBVH33Desc
- Parameters:
value- WebIDL type:PxBVH33MidphaseDesc[Value]
-
getMBVH34Desc
- Returns:
- WebIDL type:
PxBVH34MidphaseDesc[Value]
-
setMBVH34Desc
- Parameters:
value- WebIDL type:PxBVH34MidphaseDesc[Value]
-
getType
- Returns:
- WebIDL type:
PxMeshMidPhaseEnum[enum]
-
setToDefault
- Parameters:
type- WebIDL type:PxMeshMidPhaseEnum[enum]
-
isValid
public boolean isValid()- Returns:
- WebIDL type: boolean
-