Click or drag to resize
GridTSetObjectAt Method

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

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

Parameters

gridObject
Type: T

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

x
Type: SystemInt32

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

y
Type: SystemInt32

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

See Also