Sprite2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_rect ( ) const |
|
is_pixel_opaque ( Vector2 pos ) const |
Signals
frame_changed ( )
There is currently no description for this signal. Please help us by contributing one!
texture_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
bool centered = true
There is currently no description for this property. Please help us by contributing one!
bool flip_h = false
There is currently no description for this property. Please help us by contributing one!
bool flip_v = false
There is currently no description for this property. Please help us by contributing one!
int frame = 0
There is currently no description for this property. Please help us by contributing one!
Vector2i frame_coords = Vector2i(0, 0)
There is currently no description for this property. Please help us by contributing one!
int hframes = 1
There is currently no description for this property. Please help us by contributing one!
Vector2 offset = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
bool region_enabled = false
There is currently no description for this property. Please help us by contributing one!
bool region_filter_clip_enabled = false
There is currently no description for this property. Please help us by contributing one!
Rect2 region_rect = Rect2(0, 0, 0, 0)
There is currently no description for this property. Please help us by contributing one!
Texture2D texture
There is currently no description for this property. Please help us by contributing one!
int vframes = 1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Rect2 get_rect ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_pixel_opaque ( Vector2 pos ) const
There is currently no description for this method. Please help us by contributing one!