UIGrid.Start C# (CSharp) Méthode

Start() protected méthode

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