Click or drag to resize

EditorInterfaceMakeMeshPreviews Method

Returns mesh previews rendered at the given size as an Array of Textures.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Array MakeMeshPreviews(
	Array meshes,
	int previewSize
)

Parameters

meshes
Type: Godot.CollectionsArray

[Missing <param name="meshes"/> documentation for "M:Godot.EditorInterface.MakeMeshPreviews(Godot.Collections.Array,System.Int32)"]

previewSize
Type: SystemInt32

[Missing <param name="previewSize"/> documentation for "M:Godot.EditorInterface.MakeMeshPreviews(Godot.Collections.Array,System.Int32)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.EditorInterface.MakeMeshPreviews(Godot.Collections.Array,System.Int32)"]

See Also