class_textureframe - dragonsoulz/godot GitHub Wiki
TextureFrame
####Inherits: Control ####Category: Core
Brief Description
Control Frame that draws a texture.
Member Functions
- void set_texture ( Object texture )
- Object get_texture ( ) const
- void set_modulate ( Color modulate )
- Color get_modulate ( ) const
- void set_expand ( bool enable )
- bool has_expand ( ) const
Description
Control frame that simply draws an assigned texture. It can stretch or not. It's a simple way to just show an image in a UI.