Interface ILayerComponent

Source
Expand description

Interface for layer components.

interface ILayerComponent {
    nPoints: number;
    nTriangles: number;
}

Properties§

Source§

nPoints: number

Number of points in the layer component.

Source§

nTriangles: number

Number of triangles in the layer component.