forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_sprite3d
reduz edited this page May 30, 2014
·
1 revision
####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