forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_polygon2d
Lukas Sägesser edited this page Jun 22, 2015
·
2 revisions
####Inherits: Node2D ####Category: Core
- void set_polygon ( Vector2Array polygon )
- Vector2Array get_polygon ( ) const
- void set_uv ( Vector2Array uv )
- Vector2Array get_uv ( ) const
- void set_color ( Color color )
- Color get_color ( ) const
- void set_texture ( Object texture )
- Object get_texture ( ) const
- void set_texture_offset ( Vector2 texture_offset )
- Vector2 get_texture_offset ( ) const
- void set_texture_rotation ( float texture_rotation )
- float get_texture_rotation ( ) const
- void set_texture_scale ( Vector2 texture_scale )
- Vector2 get_texture_scale ( ) const
- void set_invert ( bool invert )
- bool get_invert ( ) const
- void set_invert_border ( float invert_border )
- float get_invert_border ( ) const
- void set_offset ( Vector2 offset )
- Vector2 get_offset ( ) const