Package physx.common
Class PxStridedData
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxStridedData
-
public class PxStridedData 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 protectedPxStridedData()protectedPxStridedData(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()NativeObjectgetData()intgetStride()voidsetData(NativeObject value)voidsetStride(int value)static PxStridedDatawrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxStridedData wrapPointer(long address)
-
destroy
public void destroy()
-
getStride
public int getStride()
- Returns:
- WebIDL type: unsigned long
-
setStride
public void setStride(int value)
- Parameters:
value- WebIDL type: unsigned long
-
getData
public NativeObject getData()
- Returns:
- WebIDL type: VoidPtr [Const]
-
setData
public void setData(NativeObject value)
- Parameters:
value- WebIDL type: VoidPtr [Const]
-
-