Exemplo n.º 1
0
	static string GetAnchorPointName( tk2dBaseSprite.Anchor anchor ) {
		return "Anchor (" + anchor.ToString() + ")";
	}