interface PickableModel {
    pick(caster): Promise<IIntersection>;
}

Hierarchy (view full)

Methods

Methods