java.lang.Object
physx.NativeObject
physx.common.PxBase
- Direct Known Subclasses:
PxActor,PxAggregate,PxArticulationJointReducedCoordinate,PxArticulationReducedCoordinate,PxArticulationSensor,PxArticulationTendon,PxBVH,PxConstraint,PxJoint,PxParticleBuffer,PxRefCounted
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxBasearrayGet(long baseAddress, int index) intbooleanvoidrelease()voidsetBaseFlag(PxBaseFlagEnum flag, boolean value) voidsetBaseFlags(PxBaseFlags inFlags) static PxBasewrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxBase
protected PxBase() -
PxBase
protected PxBase(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
release
public void release() -
getConcreteTypeName
- Returns:
- WebIDL type: DOMString [Const]
-
getConcreteType
public int getConcreteType()- Returns:
- WebIDL type: long
-
setBaseFlag
- Parameters:
flag- WebIDL type:PxBaseFlagEnum[enum]value- WebIDL type: boolean
-
setBaseFlags
- Parameters:
inFlags- WebIDL type:PxBaseFlags[Ref]
-
getBaseFlags
- Returns:
- WebIDL type:
PxBaseFlags[Value]
-
isReleasable
public boolean isReleasable()- Returns:
- WebIDL type: boolean
-