C# Class Pathfinder, planet-survival

Inheritance: MonoBehaviour
显示文件 Open project: gjrfytn/planet-survival Class Usage Examples

Public Methods

Method Description
MakePath ( bool blockMatrix, U16Vec2 from, U16Vec2 to, bool destIsBlocked ) : List

Method Details

MakePath() public static method

public static MakePath ( bool blockMatrix, U16Vec2 from, U16Vec2 to, bool destIsBlocked ) : List
blockMatrix bool
from U16Vec2
to U16Vec2
destIsBlocked bool
return List