public class btTypedConstraintDoubleData extends BulletBase
className| Constructor and Description |
|---|
btTypedConstraintDoubleData() |
btTypedConstraintDoubleData(long cPtr,
boolean cMemoryOwn)
Construct a new btTypedConstraintDoubleData, normally you should not need this constructor it's intended for low-level usage.
|
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btTypedConstraintDoubleData(long cPtr,
boolean cMemoryOwn)
public btTypedConstraintDoubleData()
public static long getCPtr(btTypedConstraintDoubleData obj)
public void setRbA(btRigidBodyDoubleData value)
public btRigidBodyDoubleData getRbA()
public void setRbB(btRigidBodyDoubleData value)
public btRigidBodyDoubleData getRbB()
public void setName(String value)
public String getName()
public void setObjectType(int value)
public int getObjectType()
public void setUserConstraintType(int value)
public int getUserConstraintType()
public void setUserConstraintId(int value)
public int getUserConstraintId()
public void setNeedsFeedback(int value)
public int getNeedsFeedback()
public void setAppliedImpulse(double value)
public double getAppliedImpulse()
public void setDbgDrawSize(double value)
public double getDbgDrawSize()
public void setDisableCollisionsBetweenLinkedBodies(int value)
public int getDisableCollisionsBetweenLinkedBodies()
public void setOverrideNumSolverIterations(int value)
public int getOverrideNumSolverIterations()
public void setBreakingImpulseThreshold(double value)
public double getBreakingImpulseThreshold()
public void setIsEnabled(int value)
public int getIsEnabled()
public void setPadding(String value)
public String getPadding()
Copyright © 2021. All rights reserved.