-
Notifications
You must be signed in to change notification settings - Fork 0
class_animatedsprite
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: Node2D\n\n
- void set_sprite_frames ( SpriteFrames sprite_frames )
- SpriteFrames get_sprite_frames ( ) const
- void set_centered ( bool centered )
- bool is_centered ( ) const
- void set_offset ( Vector2 offset )
- Vector2 get_offset ( ) const
- void set_flip_h ( bool flip_h )
- bool is_flipped_h ( ) const
- void set_flip_v ( bool flip_v )
- bool is_flipped_v ( ) const
- void set_frame ( int frame )
- int get_frame ( ) const
- void set_modulate ( Color modulate )
- Color get_modulate ( ) const