UITable.Start C# (CSharp) Method

Start() protected method

Position the grid's contents when the script starts.
protected Start ( ) : void
return void
	protected virtual void Start ()
	{
		Init();
		Reposition();
		enabled = false;
	}