LinearLayoutStrategy class
线性布局策略 从左到右、从上到下,简单的行列顺序
- Implemented types
Constructors
Properties
Methods
-
generatePositions(
{required int columns, required int rows, required HexOrientation orientation, int? count}) → List< HexCoordinate> -
根据策略生成坐标序列
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited