forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_spritebase3d
reduz edited this page Jun 12, 2014
·
2 revisions
####Inherits: GeometryInstance ####Category: Core
- 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_modulate ( Color modulate )
- Color get_modulate ( ) const
- void set_opacity ( float opacity )
- float get_opacity ( ) const
- void set_pixel_size ( float pixel_size )
- float get_pixel_size ( ) const
- void set_axis ( int axis )
- int get_axis ( ) const
- void set_draw_flag ( int flag, bool enabled )
- bool get_draw_flag ( int flag ) const
- void set_alpha_cut_mode ( int mode )
- int get_alpha_cut_mode ( ) const
- Rect2 get_item_rect ( ) const
- FLAG_TRANSPARENT = 0
- FLAG_SHADED = 1
- FLAG_MAX = 2
- ALPHA_CUT_DISABLED = 0
- ALPHA_CUT_DISCARD = 1
- ALPHA_CUT_OPAQUE_PREPASS = 2