Decal
Inherits: VisualInstance3D < Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_texture ( DecalTexture type ) const |
|
void |
set_texture ( DecalTexture type, Texture2D texture ) |
Enumerations
enum DecalTexture:
DecalTexture TEXTURE_ALBEDO = 0
There is currently no description for this enum. Please help us by contributing one!
DecalTexture TEXTURE_NORMAL = 1
There is currently no description for this enum. Please help us by contributing one!
DecalTexture TEXTURE_ORM = 2
There is currently no description for this enum. Please help us by contributing one!
DecalTexture TEXTURE_EMISSION = 3
There is currently no description for this enum. Please help us by contributing one!
DecalTexture TEXTURE_MAX = 4
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
float albedo_mix = 1.0
There is currently no description for this property. Please help us by contributing one!
int cull_mask = 1048575
There is currently no description for this property. Please help us by contributing one!
float distance_fade_begin = 40.0
There is currently no description for this property. Please help us by contributing one!
bool distance_fade_enabled = false
There is currently no description for this property. Please help us by contributing one!
float distance_fade_length = 10.0
There is currently no description for this property. Please help us by contributing one!
float emission_energy = 1.0
There is currently no description for this property. Please help us by contributing one!
float lower_fade = 0.3
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!
float normal_fade = 0.0
There is currently no description for this property. Please help us by contributing one!
Vector3 size = Vector3(2, 2, 2)
There is currently no description for this property. Please help us by contributing one!
Texture2D texture_albedo
void set_texture ( DecalTexture type, Texture2D texture )
Texture2D get_texture ( DecalTexture type ) const
There is currently no description for this property. Please help us by contributing one!
Texture2D texture_emission
void set_texture ( DecalTexture type, Texture2D texture )
Texture2D get_texture ( DecalTexture type ) const
There is currently no description for this property. Please help us by contributing one!
Texture2D texture_normal
void set_texture ( DecalTexture type, Texture2D texture )
Texture2D get_texture ( DecalTexture type ) const
There is currently no description for this property. Please help us by contributing one!
Texture2D texture_orm
void set_texture ( DecalTexture type, Texture2D texture )
Texture2D get_texture ( DecalTexture type ) const
There is currently no description for this property. Please help us by contributing one!
float upper_fade = 0.3
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Texture2D get_texture ( DecalTexture type ) const
There is currently no description for this method. Please help us by contributing one!
void set_texture ( DecalTexture type, Texture2D texture )
There is currently no description for this method. Please help us by contributing one!