UITable.Start C# (CSharp) Метод

Start() защищенный Метод

Position the grid's contents when the script starts.
protected Start ( ) : void
Результат void
	protected virtual void Start ()
	{
		Init();
		Reposition();
		enabled = false;
	}