Click or drag to resize
NavigationGraphgetCell Method (Int32, Int32)

[Missing <summary> documentation for "M:Planetbase.NavigationGraph.getCell(System.Int32,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public NavigationCell getCell(
	int x,
	int y
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Planetbase.NavigationGraph.getCell(System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Planetbase.NavigationGraph.getCell(System.Int32,System.Int32)"]

Return Value

Type: NavigationCell

[Missing <returns> documentation for "M:Planetbase.NavigationGraph.getCell(System.Int32,System.Int32)"]

See Also