Package physx.physics
Class PxShape
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- physx.physics.PxShape
-
public class PxShape 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, isExternallyAllocated
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxTransformgetLocalPose()PxFilterDatagetQueryFilterData()PxFilterDatagetSimulationFilterData()voidsetLocalPose(PxTransform pose)voidsetQueryFilterData(PxFilterData data)voidsetSimulationFilterData(PxFilterData data)static PxShapewrapPointer(long address)-
Methods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlags
-
Methods inherited from class physx.NativeObject
equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxShape wrapPointer(long address)
-
setLocalPose
public void setLocalPose(PxTransform pose)
- Parameters:
pose- WebIDL type:PxTransform[Const, Ref]
-
getLocalPose
public PxTransform getLocalPose()
- Returns:
- WebIDL type:
PxTransform[Value]
-
setSimulationFilterData
public void setSimulationFilterData(PxFilterData data)
- Parameters:
data- WebIDL type:PxFilterData[Const, Ref]
-
getSimulationFilterData
public PxFilterData getSimulationFilterData()
- Returns:
- WebIDL type:
PxFilterData[Value]
-
setQueryFilterData
public void setQueryFilterData(PxFilterData data)
- Parameters:
data- WebIDL type:PxFilterData[Const, Ref]
-
getQueryFilterData
public PxFilterData getQueryFilterData()
- Returns:
- WebIDL type:
PxFilterData[Value]
-
-