godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
EditorResourcePreviewGenerator.GDNativeClassBinding
godot
editorresourcepreviewgenerator
EditorResourcePreviewGenerator
Undocumented in source.
struct
EditorResourcePreviewGenerator
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("can_generate_small_preview")
GodotMethod
!(
bool
)
canGenerateSmallPreview
;
__gshared
@
GodotName
("generate")
GodotMethod
!(
Texture
,
Resource
,
Vector2
)
generate
;
__gshared
@
GodotName
("generate_from_path")
GodotMethod
!(
Texture
,
String
,
Vector2
)
generateFromPath
;
__gshared
@
GodotName
("generate_small_preview_automatically")
GodotMethod
!(
bool
)
generateSmallPreviewAutomatically
;
__gshared
@
GodotName
("handles")
GodotMethod
!(
bool
,
String
)
handles
;
}
Members
Static variables
canGenerateSmallPreview
GodotMethod
!(
bool
)
canGenerateSmallPreview
;
Undocumented in source.
generate
GodotMethod
!(
Texture
,
Resource
,
Vector2
)
generate
;
Undocumented in source.
generateFromPath
GodotMethod
!(
Texture
,
String
,
Vector2
)
generateFromPath
;
Undocumented in source.
generateSmallPreviewAutomatically
GodotMethod
!(
bool
)
generateSmallPreviewAutomatically
;
Undocumented in source.
handles
GodotMethod
!(
bool
,
String
)
handles
;
Undocumented in source.
Meta
Source
See Implementation
godot
editorresourcepreviewgenerator
EditorResourcePreviewGenerator
aliases
BaseClasses
functions
canGenerateSmallPreview
generate
generateFromPath
generateSmallPreviewAutomatically
handles
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name