C# Class SVGColor, UnitySVG

ファイルを表示 Open project: MrJoy/UnitySVG Class Usage Examples

Public Properties

Property Type Description
color Color
colorType SVGColorType

Public Methods

Method Description
SVGColor ( string colorString ) : UnityEngine

Method Details

SVGColor() public method

public SVGColor ( string colorString ) : UnityEngine
colorString string
return UnityEngine

Property Details

color public_oe property

public Color color
return Color

colorType public_oe property

public SVGColorType colorType
return SVGColorType