diff options
author | kobewi <kobewi4e@gmail.com> | 2021-12-06 16:08:46 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2021-12-06 17:01:51 +0100 |
commit | 30e1478d0ff97810f85823705d5c0f94db7147aa (patch) | |
tree | 2b34704b7f45aaef86bbdf8c5f5c0721bc4590ad /doc/classes | |
parent | 78fd56a5968e7618f2a39f2759ead4c41b36734a (diff) |
Remove ProximityGroup3D node
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ProximityGroup3D.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/classes/ProximityGroup3D.xml b/doc/classes/ProximityGroup3D.xml deleted file mode 100644 index 15735bd6f6..0000000000 --- a/doc/classes/ProximityGroup3D.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="ProximityGroup3D" inherits="Node3D" version="4.0"> - <brief_description> - General-purpose proximity detection node. - </brief_description> - <description> - General-purpose proximity detection node. - </description> - <tutorials> - </tutorials> - <methods> - <method name="broadcast"> - <return type="void" /> - <argument index="0" name="method" type="String" /> - <argument index="1" name="parameters" type="Variant" /> - <description> - </description> - </method> - </methods> - <members> - <member name="dispatch_mode" type="int" setter="set_dispatch_mode" getter="get_dispatch_mode" enum="ProximityGroup3D.DispatchMode" default="0"> - </member> - <member name="grid_radius" type="Vector3" setter="set_grid_radius" getter="get_grid_radius" default="Vector3(1, 1, 1)"> - </member> - <member name="group_name" type="String" setter="set_group_name" getter="get_group_name" default=""""> - </member> - </members> - <signals> - <signal name="broadcast"> - <argument index="0" name="method" type="String" /> - <argument index="1" name="parameters" type="Array" /> - <description> - </description> - </signal> - </signals> - <constants> - <constant name="MODE_PROXY" value="0" enum="DispatchMode"> - </constant> - <constant name="MODE_SIGNAL" value="1" enum="DispatchMode"> - </constant> - </constants> -</class> |