Exemplo n.º 1
0
 private void Start()
 {
     squareGridFactory = proceduralCaveGenerationAbstractFactory.SquareGridFactory;
     meshFactory       = proceduralCaveGenerationAbstractFactory.MeshFactory;
 }
Exemplo n.º 2
0
 public VmfBspSourceProvider([Import] Lazy <SerialisedObjectFormatter> formatter, [Import] Lazy <MapElementFactory> factory, [Import] Lazy <SquareGridFactory> squareGridFactory)
 {
     _formatter         = formatter.Value;
     _factory           = factory.Value;
     _squareGridFactory = squareGridFactory.Value;
 }
Exemplo n.º 3
0
 public AddDefaults([Import] SquareGridFactory squareGridFactory)
 {
     _squareGridFactory = squareGridFactory;
 }