DDDBrowserPortal๏ƒ

Inherits: Node3D < Node < Object

Portal instance for DDDBrowser travel.

Description๏ƒ

Exports as a portal instance with destination URL and trigger mode.

Properties๏ƒ

String

destination_url

""

float

radius

1.0

TriggerMode

trigger_mode

1


Enumerations๏ƒ

enum TriggerMode: ๐Ÿ”—

TriggerMode TRIGGER_AUTO = 0

There is currently no description for this enum. Please help us by contributing one!

TriggerMode TRIGGER_MANUAL = 1

There is currently no description for this enum. Please help us by contributing one!

TriggerMode TRIGGER_SCRIPT = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions๏ƒ

String destination_url = "" ๐Ÿ”—

  • void set_destination_url(value: String)

  • String get_destination_url()

There is currently no description for this property. Please help us by contributing one!


float radius = 1.0 ๐Ÿ”—

  • void set_radius(value: float)

  • float get_radius()

There is currently no description for this property. Please help us by contributing one!


TriggerMode trigger_mode = 1 ๐Ÿ”—

There is currently no description for this property. Please help us by contributing one!