godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
AtlasTexture._classBinding
godot
atlastexture
AtlasTexture
Undocumented in source.
struct
AtlasTexture
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_atlas")
GodotMethod
!(
void
,
Texture
)
setAtlas
;
__gshared
@
GodotName
("get_atlas")
GodotMethod
!(
Texture
)
getAtlas
;
__gshared
@
GodotName
("set_region")
GodotMethod
!(
void
,
Rect2
)
setRegion
;
__gshared
@
GodotName
("get_region")
GodotMethod
!(
Rect2
)
getRegion
;
__gshared
@
GodotName
("set_margin")
GodotMethod
!(
void
,
Rect2
)
setMargin
;
__gshared
@
GodotName
("get_margin")
GodotMethod
!(
Rect2
)
getMargin
;
__gshared
@
GodotName
("set_filter_clip")
GodotMethod
!(
void
,
bool
)
setFilterClip
;
__gshared
@
GodotName
("has_filter_clip")
GodotMethod
!(
bool
)
hasFilterClip
;
}
Members
Static variables
getAtlas
GodotMethod
!(
Texture
)
getAtlas
;
Undocumented in source.
getMargin
GodotMethod
!(
Rect2
)
getMargin
;
Undocumented in source.
getRegion
GodotMethod
!(
Rect2
)
getRegion
;
Undocumented in source.
hasFilterClip
GodotMethod
!(
bool
)
hasFilterClip
;
Undocumented in source.
setAtlas
GodotMethod
!(
void
,
Texture
)
setAtlas
;
Undocumented in source.
setFilterClip
GodotMethod
!(
void
,
bool
)
setFilterClip
;
Undocumented in source.
setMargin
GodotMethod
!(
void
,
Rect2
)
setMargin
;
Undocumented in source.
setRegion
GodotMethod
!(
void
,
Rect2
)
setRegion
;
Undocumented in source.
Meta
Source
See Implementation
godot
atlastexture
AtlasTexture
aliases
BaseClasses
functions
getAtlas
getMargin
getRegion
hasFilterClip
opAssign
opEquals
setAtlas
setFilterClip
setMargin
setRegion
properties
atlas
filterClip
margin
region
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name