CanvasTexture

Inherits: Texture2D < Texture < Resource < RefCounted < Object

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

Properties

Texture2D

diffuse_texture

Texture2D

normal_texture

bool

resource_local_to_scene

false (overrides Resource)

Color

specular_color

Color(1, 1, 1, 1)

float

specular_shininess

1.0

Texture2D

specular_texture

TextureFilter

texture_filter

0

TextureRepeat

texture_repeat

0


Property Descriptions

Texture2D diffuse_texture

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


Texture2D normal_texture

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


Color specular_color = Color(1, 1, 1, 1)

  • void set_specular_color ( Color value )

  • Color get_specular_color ( )

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


float specular_shininess = 1.0

  • void set_specular_shininess ( float value )

  • float get_specular_shininess ( )

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


Texture2D specular_texture

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


TextureFilter texture_filter = 0

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


TextureRepeat texture_repeat = 0

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