Package physx.common
Class PxBase
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- Direct Known Subclasses:
PxActor,PxBVHStructure,PxConvexMesh,PxJoint,PxMaterial,PxShape,PxVehicleWheels
public class PxBase 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PxBaseFlagsgetBaseFlags()intgetConcreteType()java.lang.StringgetConcreteTypeName()booleanisReleasable()voidrelease()voidsetBaseFlag(int flag, boolean value)voidsetBaseFlags(PxBaseFlags inFlags)static PxBasewrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxBase wrapPointer(long address)
-
release
public void release()
-
getConcreteTypeName
public java.lang.String getConcreteTypeName()
- Returns:
- DOMString [Const]
-
getConcreteType
public int getConcreteType()
- Returns:
- long
-
setBaseFlag
public void setBaseFlag(int flag, boolean value)- Parameters:
flag-PxBaseFlagEnum[enum]value- boolean
-
setBaseFlags
public void setBaseFlags(PxBaseFlags inFlags)
- Parameters:
inFlags-PxBaseFlags[Ref]
-
getBaseFlags
public PxBaseFlags getBaseFlags()
- Returns:
PxBaseFlags[Value]
-
isReleasable
public boolean isReleasable()
- Returns:
- boolean
-
-