QueryInstance2D
Inherits: RefCounted
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
void |
add_item(item: QueryItem2D) |
get_environment_query() const |
|
get_item(index: |
|
|
get_item_count() const |
|
get_test_data_max(test: |
|
get_test_data_min(test: |
|
|
|
has_test_data(test: |
|
|
void |
|
void |
|
void |
|
void |
set_test_data_max(test: |
void |
set_test_data_min(test: |
Property Descriptions
ContextQuerier2D querier_context 🔗
void set_querier_context(value: ContextQuerier2D)
ContextQuerier2D get_querier_context()
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_item(item: QueryItem2D) 🔗
There is currently no description for this method. Please help us by contributing one!
QueryItem2D get_current_query_item() 🔗
There is currently no description for this method. Please help us by contributing one!
EnvironmentQuery2D get_environment_query() const 🔗
There is currently no description for this method. Please help us by contributing one!
QueryItem2D get_item(index: int) const 🔗
There is currently no description for this method. Please help us by contributing one!
int get_item_count() const 🔗
There is currently no description for this method. Please help us by contributing one!
QueryItem2D get_next_item() 🔗
There is currently no description for this method. Please help us by contributing one!
float get_test_data_max(test: Object) 🔗
There is currently no description for this method. Please help us by contributing one!
float get_test_data_min(test: Object) 🔗
There is currently no description for this method. Please help us by contributing one!
bool has_items() 🔗
There is currently no description for this method. Please help us by contributing one!
bool has_test_data(test: Object) 🔗
There is currently no description for this method. Please help us by contributing one!
bool has_time_left() 🔗
There is currently no description for this method. Please help us by contributing one!
void refresh_timer() 🔗
There is currently no description for this method. Please help us by contributing one!
void reset_iterator() 🔗
There is currently no description for this method. Please help us by contributing one!
void set_environment_query(node: EnvironmentQuery2D) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_test_data_max(test: Object, max: float) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_test_data_min(test: Object, min: float) 🔗
There is currently no description for this method. Please help us by contributing one!