Package physx.cooking
Class PxBVH33MidphaseDesc
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxBVH33MidphaseDesc
-
public class PxBVH33MidphaseDesc 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 protectedPxBVH33MidphaseDesc()protectedPxBVH33MidphaseDesc(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetMeshCookingHint()floatgetMeshSizePerformanceTradeOff()booleanisValid()voidsetMeshCookingHint(int value)voidsetMeshSizePerformanceTradeOff(float value)voidsetToDefault()static PxBVH33MidphaseDescwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBVH33MidphaseDesc wrapPointer(long address)
-
destroy
public void destroy()
-
getMeshSizePerformanceTradeOff
public float getMeshSizePerformanceTradeOff()
- Returns:
- WebIDL type: float
-
setMeshSizePerformanceTradeOff
public void setMeshSizePerformanceTradeOff(float value)
- Parameters:
value- WebIDL type: float
-
getMeshCookingHint
public int getMeshCookingHint()
- Returns:
- WebIDL type:
PxMeshCookingHintEnum[enum]
-
setMeshCookingHint
public void setMeshCookingHint(int value)
- Parameters:
value- WebIDL type:PxMeshCookingHintEnum[enum]
-
setToDefault
public void setToDefault()
-
isValid
public boolean isValid()
- Returns:
- WebIDL type: boolean
-
-