forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_textureframe
reduz edited this page Feb 23, 2014
·
8 revisions
Inherits: control\ Category: Core\
Control Frame that draws a texture.
- 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
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.