Class ColorParser
Implements
Inherited Members
Namespace: QFSW.QC.Parsers
Assembly: QFSW.QC.Parsers.dll
Syntax
public class ColorParser : BasicCachedQcParser<Color>, IQcParser
Constructors
ColorParser()
Declaration
public ColorParser()
Methods
Parse(String)
Declaration
public override Color Parse(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value |
Returns
| Type | Description |
|---|---|
| Color |
Overrides
QFSW.QC.BasicQcParser<UnityEngine.Color>.Parse(System.String)