Class WrappingSquareGrid
WrapModifier applied to SquareGrid. This is a very common grid in games.
Inheritance
System.Object
WrappingSquareGrid
Assembly: Sylves.dll
Syntax
public class WrappingSquareGrid : WrapModifier, IGrid
Constructors
WrappingSquareGrid(Vector2, Vector2Int)
Declaration
public WrappingSquareGrid(Vector2 cellSize, Vector2Int size)
Parameters
WrappingSquareGrid(Single, Vector2Int)
Declaration
public WrappingSquareGrid(float cellSize, Vector2Int size)
Parameters
Type |
Name |
Description |
System.Single |
cellSize |
|
Vector2Int |
size |
|
Implements