NinePatchRect
Inherits: Control < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
mouse_filter |
|
|
|
||
|
||
|
||
|
||
|
||
Methods
get_patch_margin ( Side margin ) const |
|
void |
set_patch_margin ( Side margin, int value ) |
Signals
texture_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum AxisStretchMode:
AxisStretchMode AXIS_STRETCH_MODE_STRETCH = 0
There is currently no description for this enum. Please help us by contributing one!
AxisStretchMode AXIS_STRETCH_MODE_TILE = 1
There is currently no description for this enum. Please help us by contributing one!
AxisStretchMode AXIS_STRETCH_MODE_TILE_FIT = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
AxisStretchMode axis_stretch_horizontal = 0
void set_h_axis_stretch_mode ( AxisStretchMode value )
AxisStretchMode get_h_axis_stretch_mode ( )
There is currently no description for this property. Please help us by contributing one!
AxisStretchMode axis_stretch_vertical = 0
void set_v_axis_stretch_mode ( AxisStretchMode value )
AxisStretchMode get_v_axis_stretch_mode ( )
There is currently no description for this property. Please help us by contributing one!
bool draw_center = true
There is currently no description for this property. Please help us by contributing one!
int patch_margin_bottom = 0
There is currently no description for this property. Please help us by contributing one!
int patch_margin_left = 0
There is currently no description for this property. Please help us by contributing one!
int patch_margin_right = 0
There is currently no description for this property. Please help us by contributing one!
int patch_margin_top = 0
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!
Method Descriptions
int get_patch_margin ( Side margin ) const
There is currently no description for this method. Please help us by contributing one!
void set_patch_margin ( Side margin, int value )
There is currently no description for this method. Please help us by contributing one!