Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Structure<TCell> makeModifiedStructure(IEnumerable<TCell>, IEnumerable<Link<TCell>>)

  • Declared in: RT.Coordinates.Structure<TCell>
  • Virtual

Declaration

protected virtual Structure<TCell> makeModifiedStructure(
    IEnumerable<TCell> cells,
    IEnumerable<Link<TCell>> traversible
)

Summary

Provides a way to override the constructor call for a new structure when a maze is generated.