@kognifai/cogsengine
    Preparing search index...

    Interface AnyArray

    For texture data upload: Represents any type of Array, e.g. Uint8Array, Uint16Array

    interface AnyArray {
        buffer: ArrayBufferLike;
    }
    Index

    Properties

    Properties

    buffer: ArrayBufferLike

    Copied from TS Uint8Array interface