interface SnappedPickableModel {
    pick(caster): Promise<IIntersection>;
    pickSnapped(caster, snapTypes): Promise<IIntersection[]>;
}

Hierarchy (view full)

Methods