class_textureprogress - dragonsoulz/godot GitHub Wiki
TextureProgress
####Inherits: Range ####Category: Core
Brief Description
Textured progress bar implementation.
Member Functions
- void set_under_texture ( Object tex )
- Object get_under_texture ( ) const
- void set_progress_texture ( Object tex )
- Object get_progress_texture ( ) const
- void set_over_texture ( Object tex )
- Object get_over_texture ( ) const
Description
ProgressBar implementation that is easier to theme (by just passing a few textures).