-
Notifications
You must be signed in to change notification settings - Fork 0
class_sprite3d
reduz edited this page Dec 9, 2014
·
2 revisions
####Inherits: SpriteBase3D ####Category: Core
- void set_texture ( Texture texture )
- Texture get_texture ( ) const
- void set_region ( bool enabled )
- bool is_region ( ) const
- void set_region_rect ( Rect2 rect )
- Rect2 get_region_rect ( ) const
- void set_frame ( int frame )
- int get_frame ( ) const
- void set_vframes ( int vframes )
- int get_vframes ( ) const
- void set_hframes ( int hframes )
- int get_hframes ( ) const
- frame_changed ( )