Interface BufferOptions

缓冲区配置

BufferOptions

interface BufferOptions {
    distance?: number;
    type?: BufferType;
}

Properties

Properties

distance?: number

缓冲区距离

type?: BufferType

缓冲区类型