Package physx.common
Class PxBoundedData
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBoundedData
-
public class PxBoundedData 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, isStackAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxBoundedData()protectedPxBoundedData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetCount()NativeObjectgetData()intgetStride()voidsetCount(int value)voidsetData(NativeObject value)voidsetStride(int value)static PxBoundedDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
getAddress
-
-
-
-
Method Detail
-
wrapPointer
public static PxBoundedData wrapPointer(long address)
-
destroy
public void destroy()
-
getCount
public int getCount()
- Returns:
- unsigned long
-
setCount
public void setCount(int value)
- Parameters:
value- unsigned long
-
getStride
public int getStride()
- Returns:
- unsigned long
-
setStride
public void setStride(int value)
- Parameters:
value- unsigned long
-
getData
public NativeObject getData()
- Returns:
- VoidPtr [Const]
-
setData
public void setData(NativeObject value)
- Parameters:
value- VoidPtr [Const]
-
-