forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_textureprogress
reduz edited this page Feb 23, 2014
·
8 revisions
####Inherits: Range ####Category: Core
Textured progress bar implementation.
- 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
ProgressBar implementation that is easier to theme (by just passing a few textures).