Class GoQLExecutor
Namespace: Unity.GoQL
Syntax
public class GoQLExecutor
Fields
parseResult
Declaration
public ParseResult parseResult
Field Value
Type | Description |
---|---|
ParseResult |
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
String |
Error
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Execute()
Declaration
public GameObject[] Execute()
Returns
Type | Description |
---|---|
GameObject[] |