BBGamelib.CCPlace.CCPlace C# (CSharp) Method

CCPlace() public method

public CCPlace ( Vector2 pos ) : UnityEngine
pos UnityEngine.Vector2
return UnityEngine
		public CCPlace(Vector2 pos){
			initWithPosition (pos);
		}