GridSize.max
Static Property in GridSize
Declaration
public static readonly GridSize max { get; }Description
Shorthand for writing GridSize(int.MaxValue, int.MaxValue).
public static readonly GridSize max { get; }Shorthand for writing GridSize(int.MaxValue, int.MaxValue).