UIAnchor.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
	void Awake () 
	{
		mTrans = transform;
		mAnim = GetComponent<Animation>(); 
		mRect = new Rect();
	}