BBGamelib.CCDirector.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
		public override string ToString ()
		{
			return string.Format ("<{0} = {1} | Size: {2:0.0} x {3:0.0}, view = {4}>", GetType().Name, this.GetHashCode(), _winSizeInPixels.x, _winSizeInPixels.y, _view);
		}
		~CCDirector(){