DDDBrowserModel๏
Inherits: MeshInstance3D < GeometryInstance3D < VisualInstance3D < Node3D < Node < Object
Mesh model instance with optional collider and Luau script for DDDBrowser export.
Description๏
Extends MeshInstance3D with schema-aligned collider and instance script fields used by DDDBrowserExporter.
script_path must point at a DDDBrowser lifecycle .luau module (not a Blazium gdclass). Export sets instances[].script.file to the script asset id.
script_data is exported as script.data and available in DDDBrowser as self.data (including boundingRadius for interact radius).
Properties๏
|
||
|
||
|
||
|
||
|
||
|
||
|
Enumerations๏
enum ColliderType: ๐
ColliderType COLLIDER_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
ColliderType COLLIDER_BOX = 1
There is currently no description for this enum. Please help us by contributing one!
ColliderType COLLIDER_SPHERE = 2
There is currently no description for this enum. Please help us by contributing one!
ColliderType COLLIDER_CAPSULE = 3
There is currently no description for this enum. Please help us by contributing one!
ColliderType COLLIDER_CYLINDER = 4
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions๏
Vector3 collider_box_size = Vector3(1, 1, 1) ๐
There is currently no description for this property. Please help us by contributing one!
float collider_half_height = 1.0 ๐
There is currently no description for this property. Please help us by contributing one!
float collider_radius = 0.5 ๐
There is currently no description for this property. Please help us by contributing one!
ColliderType collider_type = 0 ๐
void set_collider_type(value: ColliderType)
ColliderType get_collider_type()
There is currently no description for this property. Please help us by contributing one!
bool pin_script_sha256 = true ๐
There is currently no description for this property. Please help us by contributing one!
Dictionary script_data = {} ๐
void set_script_data(value: Dictionary)
Dictionary get_script_data()
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!