Class PxParticleVolume

java.lang.Object
physx.NativeObject
physx.particles.PxParticleVolume

public class PxParticleVolume extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxParticleVolume

      protected PxParticleVolume()
    • PxParticleVolume

      protected PxParticleVolume(long address)
  • Method Details

    • wrapPointer

      public static PxParticleVolume wrapPointer(long address)
    • arrayGet

      public static PxParticleVolume arrayGet(long baseAddress, int index)
    • getBound

      public PxBounds3 getBound()
      Returns:
      WebIDL type: PxBounds3 [Value]
    • setBound

      public void setBound(PxBounds3 value)
      Parameters:
      value - WebIDL type: PxBounds3 [Value]
    • getParticleIndicesOffset

      public int getParticleIndicesOffset()
      Returns:
      WebIDL type: unsigned long
    • setParticleIndicesOffset

      public void setParticleIndicesOffset(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getNumParticles

      public int getNumParticles()
      Returns:
      WebIDL type: unsigned long
    • setNumParticles

      public void setNumParticles(int value)
      Parameters:
      value - WebIDL type: unsigned long