godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
TextureRect._classBinding
godot
texturerect
TextureRect
Undocumented in source.
struct
TextureRect
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_texture")
GodotMethod
!(
void
,
Texture
)
setTexture
;
__gshared
@
GodotName
("get_texture")
GodotMethod
!(
Texture
)
getTexture
;
__gshared
@
GodotName
("set_expand")
GodotMethod
!(
void
,
bool
)
setExpand
;
__gshared
@
GodotName
("has_expand")
GodotMethod
!(
bool
)
hasExpand
;
__gshared
@
GodotName
("set_stretch_mode")
GodotMethod
!(
void
,
long
)
setStretchMode
;
__gshared
@
GodotName
("get_stretch_mode")
GodotMethod
!(
TextureRect
.
StretchMode
)
getStretchMode
;
}
Members
Static variables
getStretchMode
GodotMethod
!(
TextureRect
.
StretchMode
)
getStretchMode
;
Undocumented in source.
getTexture
GodotMethod
!(
Texture
)
getTexture
;
Undocumented in source.
hasExpand
GodotMethod
!(
bool
)
hasExpand
;
Undocumented in source.
setExpand
GodotMethod
!(
void
,
bool
)
setExpand
;
Undocumented in source.
setStretchMode
GodotMethod
!(
void
,
long
)
setStretchMode
;
Undocumented in source.
setTexture
GodotMethod
!(
void
,
Texture
)
setTexture
;
Undocumented in source.
Meta
Source
See Implementation
godot
texturerect
TextureRect
aliases
BaseClasses
enums
Constants
StretchMode
functions
getStretchMode
getTexture
hasExpand
opAssign
opEquals
setExpand
setStretchMode
setTexture
properties
expand
stretchMode
texture
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name