java.lang.Object
physx.geometry.PxHeightFieldSample.Raw
- Enclosing class:
- PxHeightFieldSample
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearTessFlag(long address) static voiddestroy(long address) static shortgetHeight(long address) static bytegetMaterialIndex0(long address) static bytegetMaterialIndex1(long address) static longstatic voidPxHeightFieldSample_placed(long address) static voidsetHeight(long address, short value) static voidsetMaterialIndex0(long address, byte value) static voidsetMaterialIndex1(long address, byte value) static voidsetTessFlag(long address) static bytetessFlag(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxHeightFieldSample_placed
public static void PxHeightFieldSample_placed(long address) -
PxHeightFieldSample
public static long PxHeightFieldSample() -
destroy
public static void destroy(long address) -
getHeight
public static short getHeight(long address) -
setHeight
public static void setHeight(long address, short value) -
getMaterialIndex0
public static byte getMaterialIndex0(long address) -
setMaterialIndex0
public static void setMaterialIndex0(long address, byte value) -
getMaterialIndex1
public static byte getMaterialIndex1(long address) -
setMaterialIndex1
public static void setMaterialIndex1(long address, byte value) -
tessFlag
public static byte tessFlag(long address) -
clearTessFlag
public static void clearTessFlag(long address) -
setTessFlag
public static void setTessFlag(long address)
-