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;
	}