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