UIGrid.Init C# (CSharp) Method

Init() protected method

protected Init ( ) : void
return void
	protected virtual void Init ()
	{
		mInitDone = true;
		mPanel = NGUITools.FindInParents<UIPanel>(gameObject);
	}