Package physx.support

Class Vector_PxMaterialConst

java.lang.Object
physx.NativeObject
physx.support.Vector_PxMaterialConst

public class Vector_PxMaterialConst extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Vector_PxMaterialConst

      protected Vector_PxMaterialConst(long address)
    • Vector_PxMaterialConst

      public Vector_PxMaterialConst()
    • Vector_PxMaterialConst

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

    • wrapPointer

      public static Vector_PxMaterialConst wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • at

      public PxMaterial at(int index)
      Parameters:
      index - WebIDL type: unsigned long
      Returns:
      WebIDL type: PxMaterial [Const]
    • data

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

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

      public void push_back(PxMaterial value)
      Parameters:
      value - WebIDL type: PxMaterial [Const]
    • clear

      public void clear()