Label3D
Inherits: GeometryInstance3D < VisualInstance3D < Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
cast_shadow |
|
|
|
||
|
||
|
||
gi_mode |
|
|
|
||
BitField<JustificationFlag> |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
generate_triangle_mesh ( ) const |
|
get_draw_flag ( DrawFlags flag ) const |
|
void |
set_draw_flag ( DrawFlags flag, bool enabled ) |
Enumerations
enum DrawFlags:
DrawFlags FLAG_SHADED = 0
There is currently no description for this enum. Please help us by contributing one!
DrawFlags FLAG_DOUBLE_SIDED = 1
There is currently no description for this enum. Please help us by contributing one!
DrawFlags FLAG_DISABLE_DEPTH_TEST = 2
There is currently no description for this enum. Please help us by contributing one!
DrawFlags FLAG_FIXED_SIZE = 3
There is currently no description for this enum. Please help us by contributing one!
DrawFlags FLAG_MAX = 4
There is currently no description for this enum. Please help us by contributing one!
enum AlphaCutMode:
AlphaCutMode ALPHA_CUT_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
AlphaCutMode ALPHA_CUT_DISCARD = 1
There is currently no description for this enum. Please help us by contributing one!
AlphaCutMode ALPHA_CUT_OPAQUE_PREPASS = 2
There is currently no description for this enum. Please help us by contributing one!
AlphaCutMode ALPHA_CUT_HASH = 3
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
float alpha_antialiasing_edge = 0.0
There is currently no description for this property. Please help us by contributing one!
AlphaAntiAliasing alpha_antialiasing_mode = 0
void set_alpha_antialiasing ( AlphaAntiAliasing value )
AlphaAntiAliasing get_alpha_antialiasing ( )
There is currently no description for this property. Please help us by contributing one!
AlphaCutMode alpha_cut = 0
void set_alpha_cut_mode ( AlphaCutMode value )
AlphaCutMode get_alpha_cut_mode ( )
There is currently no description for this property. Please help us by contributing one!
float alpha_hash_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
float alpha_scissor_threshold = 0.5
There is currently no description for this property. Please help us by contributing one!
AutowrapMode autowrap_mode = 0
void set_autowrap_mode ( AutowrapMode value )
AutowrapMode get_autowrap_mode ( )
There is currently no description for this property. Please help us by contributing one!
BillboardMode billboard = 0
void set_billboard_mode ( BillboardMode value )
BillboardMode get_billboard_mode ( )
There is currently no description for this property. Please help us by contributing one!
bool double_sided = true
There is currently no description for this property. Please help us by contributing one!
bool fixed_size = false
There is currently no description for this property. Please help us by contributing one!
Font font
There is currently no description for this property. Please help us by contributing one!
int font_size = 32
There is currently no description for this property. Please help us by contributing one!
HorizontalAlignment horizontal_alignment = 1
void set_horizontal_alignment ( HorizontalAlignment value )
HorizontalAlignment get_horizontal_alignment ( )
There is currently no description for this property. Please help us by contributing one!
BitField<JustificationFlag> justification_flags = 163
void set_justification_flags ( BitField<JustificationFlag> value )
BitField<JustificationFlag> get_justification_flags ( )
There is currently no description for this property. Please help us by contributing one!
String language = ""
There is currently no description for this property. Please help us by contributing one!
float line_spacing = 0.0
There is currently no description for this property. Please help us by contributing one!
Color modulate = Color(1, 1, 1, 1)
There is currently no description for this property. Please help us by contributing one!
bool no_depth_test = false
There is currently no description for this property. Please help us by contributing one!
Vector2 offset = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Color outline_modulate = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
int outline_render_priority = -1
There is currently no description for this property. Please help us by contributing one!
int outline_size = 12
There is currently no description for this property. Please help us by contributing one!
float pixel_size = 0.005
There is currently no description for this property. Please help us by contributing one!
int render_priority = 0
There is currently no description for this property. Please help us by contributing one!
bool shaded = false
There is currently no description for this property. Please help us by contributing one!
StructuredTextParser structured_text_bidi_override = 0
void set_structured_text_bidi_override ( StructuredTextParser value )
StructuredTextParser get_structured_text_bidi_override ( )
There is currently no description for this property. Please help us by contributing one!
Array structured_text_bidi_override_options = []
void set_structured_text_bidi_override_options ( Array value )
Array get_structured_text_bidi_override_options ( )
There is currently no description for this property. Please help us by contributing one!
String text = ""
There is currently no description for this property. Please help us by contributing one!
Direction text_direction = 0
There is currently no description for this property. Please help us by contributing one!
TextureFilter texture_filter = 3
void set_texture_filter ( TextureFilter value )
TextureFilter get_texture_filter ( )
There is currently no description for this property. Please help us by contributing one!
bool uppercase = false
There is currently no description for this property. Please help us by contributing one!
VerticalAlignment vertical_alignment = 1
void set_vertical_alignment ( VerticalAlignment value )
VerticalAlignment get_vertical_alignment ( )
There is currently no description for this property. Please help us by contributing one!
float width = 500.0
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
TriangleMesh generate_triangle_mesh ( ) const
There is currently no description for this method. Please help us by contributing one!
bool get_draw_flag ( DrawFlags flag ) const
There is currently no description for this method. Please help us by contributing one!
void set_draw_flag ( DrawFlags flag, bool enabled )
There is currently no description for this method. Please help us by contributing one!