CanvasTexture¶
Inherits: Texture2D < Texture < Resource < RefCounted < Object
Properties¶
|
||
|
||
|
||
|
Property Descriptions¶
Texture2D diffuse_texture
Setter |
set_diffuse_texture(value) |
Getter |
get_diffuse_texture() |
Texture2D normal_texture
Setter |
set_normal_texture(value) |
Getter |
get_normal_texture() |
Color specular_color
Default |
|
Setter |
set_specular_color(value) |
Getter |
get_specular_color() |
float specular_shininess
Default |
|
Setter |
set_specular_shininess(value) |
Getter |
get_specular_shininess() |
Texture2D specular_texture
Setter |
set_specular_texture(value) |
Getter |
get_specular_texture() |
TextureFilter texture_filter
Default |
|
Setter |
set_texture_filter(value) |
Getter |
get_texture_filter() |
TextureRepeat texture_repeat
Default |
|
Setter |
set_texture_repeat(value) |
Getter |
get_texture_repeat() |