Interface ILayerComponent

Source
Expand description

Interface for layer components.

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

Properties§

§nPoints: number

Number of points in the layer component.

§nTriangles: number

Number of triangles in the layer component.