GeneratorInGroup3D

Inherits: QueryGenerator3D < Node3D

A query generator that generates QueryItem3Ds in each node within a group

Description

A query generator that generates QueryItem3Ds in each node within a group

Properties

float

collision_mask

0.0

QueryContext3D

generate_around

String

group

""

float

radius

50.0


Property Descriptions

float collision_mask = 0.0 🔗

  • void set_collision_mask(value: float)

  • float get_collision_mask()

The physics layers this generator scans.


QueryContext3D generate_around 🔗

Reference QueryContext3D, where a Shape3D will check around each of them in search of the members in group.


String group = "" 🔗

  • void set_group(value: String)

  • String get_group()

The target group.


float radius = 50.0 🔗

  • void set_range_radius(value: float)

  • float get_range_radius()

Radius of each Shape3D.