BBGamelib.CCPlace.initWithPosition C# (CSharp) Method

initWithPosition() public method

public initWithPosition ( Vector2 pos ) : void
pos UnityEngine.Vector2
return void
		public void initWithPosition(Vector2 pos){
			base.init ();
			_position = pos;		
		}