Skip to content

BufferSlot

Overview

TODO: doc

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class BufferSlot

import { BufferSlot } from 'scenerystack/alpenglow';

Constructor

new BufferSlot( concreteType : ConcreteType<T> )

Instance Methods

hasChildSlot( slot : BufferSlot ) : boolean

getSubtreeSlots() : BufferSlot[]

toDebugString() : string

castTo( concreteType : ConcreteType<U> ) : BufferSlot<U>

Instance Properties

bufferSlotSlices : BufferSlotSlice[]

(readonly)

size : number

(readonly)

Source Code

See the source for BufferSlot.ts in the alpenglow repository.