C# Class SVGDeviceSmall, UnitySVG

Inheritance: ISVGDevice
Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
GetPixel ( int x, int y ) : Color
Render ( ) : Texture2D
SetColor ( Color color ) : void
SetDevice ( int width, int height ) : void
SetDevice ( int width, int height, bool mipmaps, bool linear ) : void
SetPixel ( int x, int y ) : void

Method Details

GetPixel() public method

public GetPixel ( int x, int y ) : Color
x int
y int
return Color

Render() public method

public Render ( ) : Texture2D
return UnityEngine.Texture2D

SetColor() public method

public SetColor ( Color color ) : void
color Color
return void

SetDevice() public method

public SetDevice ( int width, int height ) : void
width int
height int
return void

SetDevice() public method

public SetDevice ( int width, int height, bool mipmaps, bool linear ) : void
width int
height int
mipmaps bool
linear bool
return void

SetPixel() public method

public SetPixel ( int x, int y ) : void
x int
y int
return void