Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IArrayBuffer

Marks places in PixiJS where you can pass Float32Array, UInt32Array, any typed arrays, and ArrayBuffer

Same as ArrayBuffer in typescript lib, defined here just for documentation

Hierarchy

Index

Properties

Methods

Properties

Readonly [toStringTag]

[toStringTag]: string

Readonly byteLength

byteLength: number

Read-only. The length of the ArrayBuffer (in bytes).

Methods

slice

  • slice(begin: number, end?: number): ArrayBuffer
  • Returns a section of an ArrayBuffer.

    Parameters

    • begin: number
    • Optional end: number

    Returns ArrayBuffer

Generated using TypeDoc