Class GridManager
Handles drawing a grid over the image when the grid is enabled.
public class GridManager : MonoBehaviour
- Inheritance
-
GridManager
- Extension Methods
Fields
lineThickness
public float lineThickness
Field Value
Properties
height
public int height { get; }
Property Value
on
public bool on { get; }
Property Value
width
public int width { get; }
Property Value
xOffset
public int xOffset { get; }
Property Value
yOffset
public int yOffset { get; }
Property Value
Methods
SetGrid(int, int, int, int)
public void SetGrid(int width, int height, int xOffset, int yOffset)
Parameters
SetOnOff(bool)
public void SetOnOff(bool on)
Parameters
on
bool
SetOnOffNoDisplayUpdate(bool)
public void SetOnOffNoDisplayUpdate(bool on)
Parameters
on
bool