Click or drag to resize

EditorScenePostImportPostImport Method

Called after the scene was imported. This method must return the modified version of the scene.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public virtual Object PostImport(
	Object scene
)

Parameters

scene
Type: GodotObject

[Missing <param name="scene"/> documentation for "M:Godot.EditorScenePostImport.PostImport(Godot.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.EditorScenePostImport.PostImport(Godot.Object)"]

See Also