Package physx.support

Class Vector_PxActorPtr

java.lang.Object
physx.NativeObject
physx.support.Vector_PxActorPtr

public class Vector_PxActorPtr extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxActorPtr

      protected Vector_PxActorPtr(long address)
    • Vector_PxActorPtr

      public Vector_PxActorPtr()
    • Vector_PxActorPtr

      public Vector_PxActorPtr(int size)
      Parameters:
      size - WebIDL type: unsigned long
  • Method Details

    • wrapPointer

      public static Vector_PxActorPtr wrapPointer(long address)
    • arrayGet

      public static Vector_PxActorPtr arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • at

      public PxActor at(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: PxActor
    • data

      public PxActorPtr data()
      Returns:
      WebIDL type: PxActorPtr
    • size

      public int size()
      Returns:
      WebIDL type: unsigned long
    • push_back

      public void push_back(PxActor value)
      Parameters:
      value - WebIDL type: PxActor
    • clear

      public void clear()