BBGamelib.CCLabelTTF.getLocalbounds C# (CSharp) Method

getLocalbounds() private method

private getLocalbounds ( ) : Bounds
return UnityEngine.Bounds
		Bounds getLocalbounds(){
			Bounds bounds = _content.renderer.bounds;
			bounds = convertToNodeSpace (bounds);
			return bounds;
		}
	}