Package physx.physics
Class PxConstraintInfo
- java.lang.Object
-
- physx.NativeObject
-
- physx.physics.PxConstraintInfo
-
public class PxConstraintInfo 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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxConstraintInfo()protectedPxConstraintInfo(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()PxConstraintgetConstraint()NativeObjectgetExternalReference()intgetType()voidsetConstraint(PxConstraint value)voidsetExternalReference(NativeObject value)voidsetType(int value)static PxConstraintInfowrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxConstraintInfo wrapPointer(long address)
-
destroy
public void destroy()
-
getConstraint
public PxConstraint getConstraint()
- Returns:
- WebIDL type:
PxConstraint
-
setConstraint
public void setConstraint(PxConstraint value)
- Parameters:
value- WebIDL type:PxConstraint
-
getExternalReference
public NativeObject getExternalReference()
- Returns:
- WebIDL type: VoidPtr
-
setExternalReference
public void setExternalReference(NativeObject value)
- Parameters:
value- WebIDL type: VoidPtr
-
getType
public int getType()
- Returns:
- WebIDL type: unsigned long
-
setType
public void setType(int value)
- Parameters:
value- WebIDL type: unsigned long
-
-