DDDBrowserVolume๏
Inherits: Node3D < Node < Object
Trigger / interaction volume marker for DDDBrowser levels.
Description๏
Exports as one of the schema volume instance types. Inspector fields adapt to the selected volume type (eventName, cooldown, teleport target, interaction prompt, etc.). Extra properties merge for forward compatibility.
Properties๏
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Enumerations๏
enum VolumeType: ๐
VolumeType VOLUME_AUTOSAVE = 0
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_LOOK_AT = 1
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_LOOKED_AT = 2
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_SINGLE_TRIGGER = 3
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_MULTI_TRIGGER = 4
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_COOLDOWN_TRIGGER = 5
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_EXIT_TRIGGER = 6
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_STAY_TRIGGER = 7
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_TIMED_ENTRY_TRIGGER = 8
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_COUNTER_TRIGGER = 9
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_SEQUENCE_TRIGGER = 10
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_TOGGLE_TRIGGER = 11
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_TELEPORT = 12
There is currently no description for this enum. Please help us by contributing one!
VolumeType VOLUME_INTERACTION = 13
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions๏
String action = "interact" ๐
There is currently no description for this property. Please help us by contributing one!
bool auto_remove_on_fire = false ๐
There is currently no description for this property. Please help us by contributing one!
bool auto_reset_after_fire = false ๐
There is currently no description for this property. Please help us by contributing one!
float cooldown_seconds = 1.0 ๐
There is currently no description for this property. Please help us by contributing one!
String counter_word = "count" ๐
There is currently no description for this property. Please help us by contributing one!
String event_name = "on_trigger" ๐
There is currently no description for this property. Please help us by contributing one!
Dictionary extra_props = {} ๐
void set_extra_props(value: Dictionary)
Dictionary get_extra_props()
There is currently no description for this property. Please help us by contributing one!
bool fire_once_when_reached = false ๐
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
bool keep_velocity = false ๐
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
String on_activate_event = "" ๐
There is currently no description for this property. Please help us by contributing one!
String on_deactivate_event = "" ๐
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
float required_stay_time = 1.0 ๐
There is currently no description for this property. Please help us by contributing one!
bool reset_if_wrong = true ๐
There is currently no description for this property. Please help us by contributing one!
String sequence_group_id = "seq" ๐
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
float stay_interval = 1.0 ๐
There is currently no description for this property. Please help us by contributing one!
String target_instance_id = "" ๐
There is currently no description for this property. Please help us by contributing one!
Vector3 target_position = Vector3(0, 0, 0) ๐
There is currently no description for this property. Please help us by contributing one!
VolumeType volume_type = 3 ๐
void set_volume_type(value: VolumeType)
VolumeType get_volume_type()
There is currently no description for this property. Please help us by contributing one!