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