Package physx.common
Class PxBase
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- Direct Known Subclasses:
PxActor,PxAggregate,PxArticulationBase,PxArticulationJointBase,PxBVHStructure,PxConstraint,PxConvexMesh,PxHeightField,PxJoint,PxMaterial,PxShape,PxTriangleMesh,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, isExternallyAllocated
-
-
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
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxBase wrapPointer(long address)
-
release
public void release()
-
getConcreteTypeName
public java.lang.String getConcreteTypeName()
- Returns:
- WebIDL type: DOMString [Const]
-
getConcreteType
public int getConcreteType()
- Returns:
- WebIDL type: long
-
setBaseFlag
public void setBaseFlag(int flag, boolean value)- Parameters:
flag- WebIDL type:PxBaseFlagEnum[enum]value- WebIDL type: boolean
-
setBaseFlags
public void setBaseFlags(PxBaseFlags inFlags)
- Parameters:
inFlags- WebIDL type:PxBaseFlags[Ref]
-
getBaseFlags
public PxBaseFlags getBaseFlags()
- Returns:
- WebIDL type:
PxBaseFlags[Value]
-
isReleasable
public boolean isReleasable()
- Returns:
- WebIDL type: boolean
-
-