ResourceTileLite.GetCenterPoint C# (CSharp) Method

GetCenterPoint() public method

public GetCenterPoint ( ) : Vector3
return Vector3
	public Vector3 GetCenterPoint() {
		return new Vector3(x+0.5f,0.0f,y+0.5f);
	}
}