public SeparateMeshPerTemplateShapeInstancer(MeshGeneratorUTProxy meshGenerator, HeightPyramidCommonConfiguration commonConfiguration, HeightPyramidPerLevelConfiguration perLevelConfiguration) { _meshGenerator = meshGenerator; _commonConfiguration = commonConfiguration; _perLevelConfiguration = perLevelConfiguration; }
public MergedMeshesPyramidShapeInstancer(MeshGeneratorUTProxy meshGenerator, HeightPyramidCommonConfiguration commonConfiguration, HeightPyramidPerLevelConfiguration perLevelConfiguration) { _meshGenerator = meshGenerator; _commonConfiguration = commonConfiguration; _perLevelConfiguration = perLevelConfiguration; }