UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

9 lines (8 loc) 406 B
import { TypedContainer } from './_Base'; import type { CoreGroup } from '../../core/geometry/Group'; import { ContainableMap } from './utils/ContainableMap'; import { NodeContext } from '../poly/NodeContext'; export declare class GeometryContainer extends TypedContainer<NodeContext.SOP> { coreContentCloned(): CoreGroup | undefined; set_content(content: ContainableMap[NodeContext.SOP]): void; }