Package physx.cooking
Class PxCookingParams
- java.lang.Object
-
- physx.NativeObject
-
- physx.cooking.PxCookingParams
-
public class PxCookingParams 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxCookingParams()protectedPxCookingParams(long address)PxCookingParams(PxTolerancesScale sc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()static PxCookingParamswrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Constructor Detail
-
PxCookingParams
protected PxCookingParams()
-
PxCookingParams
protected PxCookingParams(long address)
-
PxCookingParams
public PxCookingParams(PxTolerancesScale sc)
- Parameters:
sc-PxTolerancesScale[Const, Ref]
-
-
Method Detail
-
wrapPointer
public static PxCookingParams wrapPointer(long address)
-
destroy
public void destroy()
-
-