Package physx.geomutils
Class PxHeightFieldSample
- java.lang.Object
-
- physx.NativeObject
-
- physx.geomutils.PxHeightFieldSample
-
public class PxHeightFieldSample 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 protectedPxHeightFieldSample()protectedPxHeightFieldSample(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()shortgetHeight()bytegetMaterialIndex0()bytegetMaterialIndex1()voidsetHeight(short value)voidsetMaterialIndex0(byte value)voidsetMaterialIndex1(byte value)static PxHeightFieldSamplewrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxHeightFieldSample wrapPointer(long address)
-
destroy
public void destroy()
-
getHeight
public short getHeight()
- Returns:
- WebIDL type: short
-
setHeight
public void setHeight(short value)
- Parameters:
value- WebIDL type: short
-
getMaterialIndex0
public byte getMaterialIndex0()
- Returns:
- WebIDL type: octet
-
setMaterialIndex0
public void setMaterialIndex0(byte value)
- Parameters:
value- WebIDL type: octet
-
getMaterialIndex1
public byte getMaterialIndex1()
- Returns:
- WebIDL type: octet
-
setMaterialIndex1
public void setMaterialIndex1(byte value)
- Parameters:
value- WebIDL type: octet
-
-