Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

ImporterMeshInstance3DΒΆ

Inherits: Node3D < Node < Object

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

PropertiesΒΆ

ShadowCastingSetting

cast_shadow

1

int

layer_mask

1

ImporterMesh

mesh

NodePath

skeleton_path

NodePath("")

Skin

skin

float

visibility_range_begin

0.0

float

visibility_range_begin_margin

0.0

float

visibility_range_end

0.0

float

visibility_range_end_margin

0.0

VisibilityRangeFadeMode

visibility_range_fade_mode

0


Property DescriptionsΒΆ

ShadowCastingSetting cast_shadow = 1 πŸ”—

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


int layer_mask = 1 πŸ”—

  • void set_layer_mask(value: int)

  • int get_layer_mask()

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


ImporterMesh mesh πŸ”—

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


NodePath skeleton_path = NodePath("") πŸ”—

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


Skin skin πŸ”—

  • void set_skin(value: Skin)

  • Skin get_skin()

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


float visibility_range_begin = 0.0 πŸ”—

  • void set_visibility_range_begin(value: float)

  • float get_visibility_range_begin()

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


float visibility_range_begin_margin = 0.0 πŸ”—

  • void set_visibility_range_begin_margin(value: float)

  • float get_visibility_range_begin_margin()

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


float visibility_range_end = 0.0 πŸ”—

  • void set_visibility_range_end(value: float)

  • float get_visibility_range_end()

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


float visibility_range_end_margin = 0.0 πŸ”—

  • void set_visibility_range_end_margin(value: float)

  • float get_visibility_range_end_margin()

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


VisibilityRangeFadeMode visibility_range_fade_mode = 0 πŸ”—

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