Exemplo n.º 1
0
    private SummaryLayerInfo NewSummaryLayerInfo(Color color, string name, double value)
    {
        SummaryLayerInfo smryLayerInfo = Instantiate(summaryLayerInfoPrefab, layersContainer);

        smryLayerInfo.Init(planningOutput);
        smryLayerInfo.SetSummaryLayerInfo(color, name, value);

        return(smryLayerInfo);
    }