java.lang.Object
physx.NativeObject
physx.particles.PxParticleSystemCallback
- Direct Known Subclasses:
PxParticleSystemCallbackImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxParticleSystemCallbackarrayGet(long baseAddress, int index) voiddestroy()voidonAdvance(PxGpuMirroredGpuParticleSystemPointer gpuParticleSystem, CUstream stream) voidonBegin(PxGpuMirroredGpuParticleSystemPointer gpuParticleSystem, CUstream stream) voidonPostSolve(PxGpuMirroredGpuParticleSystemPointer gpuParticleSystem, CUstream stream) static PxParticleSystemCallbackwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxParticleSystemCallback
protected PxParticleSystemCallback() -
PxParticleSystemCallback
protected PxParticleSystemCallback(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
onBegin
- Parameters:
gpuParticleSystem- WebIDL type:PxGpuMirroredGpuParticleSystemPointer[Const, Ref]stream- WebIDL type:CUstream[Value]
-
onAdvance
- Parameters:
gpuParticleSystem- WebIDL type:PxGpuMirroredGpuParticleSystemPointer[Const, Ref]stream- WebIDL type:CUstream[Value]
-
onPostSolve
- Parameters:
gpuParticleSystem- WebIDL type:PxGpuMirroredGpuParticleSystemPointer[Const, Ref]stream- WebIDL type:CUstream[Value]
-