public NineSliceTexture(Texture2D texture, RectOffset border, Color color) { this.Texture = texture; this.Border = border; this.Color = color; }
public NineSliceTexture(Texture2D texture, RectOffset border) { this.Texture = texture; this.Border = border; this.Color = Color.White; }