BBGamelib.CCScene.init C# (CSharp) Method

init() protected method

protected init ( ) : void
return void
		protected override void init ()
		{
			base.init ();
			
			this.ignoreAnchorPointForPosition = true;
			_anchorPoint = new Vector2 (0.5f, 0.5f);
			this.contentSize = CCDirector.sharedDirector.winSize;
		}
    }
CCScene