UITable.Start C# (CSharp) Méthode

Start() protected méthode

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