Method | Description | |
---|---|---|
End ( Point tile ) : void | ||
Line ( Point start, Point end ) : IEnumerable |
||
Run ( Point tile ) : void | ||
SetActive ( Main screen, String tag ) : void | ||
SetInactive ( ) : void | ||
Start ( Point tile ) : void |
public static Line ( Point start, Point end ) : IEnumerable |
||
start | Point | |
end | Point | |
return | IEnumerable |
public SetActive ( Main screen, String tag ) : void | ||
screen | Main | |
tag | String | |
return | void |