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