Click or drag to resize
GridTTryGetObject Method

[Missing <summary> documentation for "M:Slash.Collections.Grid.Grid`1.TryGetObject(System.Int32,System.Int32,`0@)"]

Namespace: Slash.Collections.Grid
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public bool TryGetObject(
	int x,
	int y,
	out T gridObject
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Slash.Collections.Grid.Grid`1.TryGetObject(System.Int32,System.Int32,`0@)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Slash.Collections.Grid.Grid`1.TryGetObject(System.Int32,System.Int32,`0@)"]

gridObject
Type: T

[Missing <param name="gridObject"/> documentation for "M:Slash.Collections.Grid.Grid`1.TryGetObject(System.Int32,System.Int32,`0@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Slash.Collections.Grid.Grid`1.TryGetObject(System.Int32,System.Int32,`0@)"]

See Also