godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
OccluderPolygon2D._classBinding
godot
occluderpolygon2d
OccluderPolygon2D
Undocumented in source.
struct
OccluderPolygon2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_closed")
GodotMethod
!(
void
,
bool
)
setClosed
;
__gshared
@
GodotName
("is_closed")
GodotMethod
!(
bool
)
isClosed
;
__gshared
@
GodotName
("set_cull_mode")
GodotMethod
!(
void
,
long
)
setCullMode
;
__gshared
@
GodotName
("get_cull_mode")
GodotMethod
!(
OccluderPolygon2D
.
CullMode
)
getCullMode
;
__gshared
@
GodotName
("set_polygon")
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
__gshared
@
GodotName
("get_polygon")
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
}
Members
Static variables
getCullMode
GodotMethod
!(
OccluderPolygon2D
.
CullMode
)
getCullMode
;
Undocumented in source.
getPolygon
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
Undocumented in source.
isClosed
GodotMethod
!(
bool
)
isClosed
;
Undocumented in source.
setClosed
GodotMethod
!(
void
,
bool
)
setClosed
;
Undocumented in source.
setCullMode
GodotMethod
!(
void
,
long
)
setCullMode
;
Undocumented in source.
setPolygon
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
Undocumented in source.
Meta
Source
See Implementation
godot
occluderpolygon2d
OccluderPolygon2D
aliases
BaseClasses
enums
Constants
CullMode
functions
getCullMode
getPolygon
isClosed
opAssign
opEquals
setClosed
setCullMode
setPolygon
properties
closed
cullMode
polygon
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name