AtlasTexture

Inherits: Texture2D < Texture < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Texture2D

atlas

bool

filter_clip

false

Rect2

margin

Rect2(0, 0, 0, 0)

Rect2

region

Rect2(0, 0, 0, 0)

bool

resource_local_to_scene

false (overrides Resource)


Property Descriptions

Texture2D atlas

There is currently no description for this property. Please help us by contributing one!


bool filter_clip = false

  • void set_filter_clip ( bool value )

  • bool has_filter_clip ( )

There is currently no description for this property. Please help us by contributing one!


Rect2 margin = Rect2(0, 0, 0, 0)

  • void set_margin ( Rect2 value )

  • Rect2 get_margin ( )

There is currently no description for this property. Please help us by contributing one!


Rect2 region = Rect2(0, 0, 0, 0)

  • void set_region ( Rect2 value )

  • Rect2 get_region ( )

There is currently no description for this property. Please help us by contributing one!