ResourceTileSelection.this C# (CSharp) Method

this() public method

Gets or sets the ResourceTileSelection at the specified index.
public this ( int index ) : int
index int /// Index. ///
return int
	public int this[int index] {
		get { return resource_tile_ids[index]; }
		set { resource_tile_ids[index] = value; }
	}
	/// <summary>