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