UNPKG

@types/three

Version:
6 lines (4 loc) 158 B
import Node from "../core/Node.js"; export const billboarding: ( args?: { position?: Node | null; horizontal?: boolean; vertical?: boolean }, ) => Node;