1using System.Collections.Generic;
14 private List<bool> _values;
18 public List<bool>
Values {
get => _values;
set => _values = value; }
36 _values = Enumerable.Repeat(value, count).ToList();
The row of the RoomComponent active cells list.
ActiveCellsRow(List< bool > values)
Initializes a new struct.
List< bool > Values
The cell activities for the row.
ActiveCellsRow(int count, bool value)
Initializes a new struct.