UIGrid.Start C# (CSharp) Method

Start() protected method

protected Start ( ) : void
return void
	protected virtual void Start ()
	{
		if (!mInitDone) Init();
		bool smooth = animateSmoothly;
		animateSmoothly = false;
		Reposition();
		animateSmoothly = smooth;
		enabled = false;
	}