java.lang.Object
physx.character.PxControllerDesc.Raw
- Enclosing class:
- PxControllerDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetBehaviorCallback(long address) static floatgetContactOffset(long address) static floatgetDensity(long address) static floatgetInvisibleWallHeight(long address) static longgetMaterial(long address) static floatgetMaxJumpHeight(long address) static intgetNonWalkableMode(long address) static longgetPosition(long address) static booleangetRegisterDeletionListener(long address) static longgetReportCallback(long address) static floatgetScaleCoeff(long address) static floatgetSlopeLimit(long address) static floatgetStepOffset(long address) static intgetType(long address) static longgetUpDirection(long address) static longgetUserData(long address) static floatgetVolumeGrowth(long address) static booleanisValid(long address) static voidsetBehaviorCallback(long address, long value) static voidsetContactOffset(long address, float value) static voidsetDensity(long address, float value) static voidsetInvisibleWallHeight(long address, float value) static voidsetMaterial(long address, long value) static voidsetMaxJumpHeight(long address, float value) static voidsetNonWalkableMode(long address, int value) static voidsetPosition(long address, long value) static voidsetRegisterDeletionListener(long address, boolean value) static voidsetReportCallback(long address, long value) static voidsetScaleCoeff(long address, float value) static voidsetSlopeLimit(long address, float value) static voidsetStepOffset(long address, float value) static voidsetUpDirection(long address, long value) static voidsetUserData(long address, long value) static voidsetVolumeGrowth(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getPosition
public static long getPosition(long address) -
setPosition
public static void setPosition(long address, long value) -
getUpDirection
public static long getUpDirection(long address) -
setUpDirection
public static void setUpDirection(long address, long value) -
getSlopeLimit
public static float getSlopeLimit(long address) -
setSlopeLimit
public static void setSlopeLimit(long address, float value) -
getInvisibleWallHeight
public static float getInvisibleWallHeight(long address) -
setInvisibleWallHeight
public static void setInvisibleWallHeight(long address, float value) -
getMaxJumpHeight
public static float getMaxJumpHeight(long address) -
setMaxJumpHeight
public static void setMaxJumpHeight(long address, float value) -
getContactOffset
public static float getContactOffset(long address) -
setContactOffset
public static void setContactOffset(long address, float value) -
getStepOffset
public static float getStepOffset(long address) -
setStepOffset
public static void setStepOffset(long address, float value) -
getDensity
public static float getDensity(long address) -
setDensity
public static void setDensity(long address, float value) -
getScaleCoeff
public static float getScaleCoeff(long address) -
setScaleCoeff
public static void setScaleCoeff(long address, float value) -
getVolumeGrowth
public static float getVolumeGrowth(long address) -
setVolumeGrowth
public static void setVolumeGrowth(long address, float value) -
getReportCallback
public static long getReportCallback(long address) -
setReportCallback
public static void setReportCallback(long address, long value) -
getBehaviorCallback
public static long getBehaviorCallback(long address) -
setBehaviorCallback
public static void setBehaviorCallback(long address, long value) -
getNonWalkableMode
public static int getNonWalkableMode(long address) -
setNonWalkableMode
public static void setNonWalkableMode(long address, int value) -
getMaterial
public static long getMaterial(long address) -
setMaterial
public static void setMaterial(long address, long value) -
getRegisterDeletionListener
public static boolean getRegisterDeletionListener(long address) -
setRegisterDeletionListener
public static void setRegisterDeletionListener(long address, boolean value) -
getUserData
public static long getUserData(long address) -
setUserData
public static void setUserData(long address, long value) -
isValid
public static boolean isValid(long address) -
getType
public static int getType(long address)
-