Click or drag to resize

EditorSceneImporterImportAnimationFromOtherImporter Method

[Missing <summary> documentation for "M:Godot.EditorSceneImporter.ImportAnimationFromOtherImporter(System.String,System.UInt32,System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public Animation ImportAnimationFromOtherImporter(
	string path,
	uint flags,
	int bakeFps
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.EditorSceneImporter.ImportAnimationFromOtherImporter(System.String,System.UInt32,System.Int32)"]

flags
Type: SystemUInt32

[Missing <param name="flags"/> documentation for "M:Godot.EditorSceneImporter.ImportAnimationFromOtherImporter(System.String,System.UInt32,System.Int32)"]

bakeFps
Type: SystemInt32

[Missing <param name="bakeFps"/> documentation for "M:Godot.EditorSceneImporter.ImportAnimationFromOtherImporter(System.String,System.UInt32,System.Int32)"]

Return Value

Type: Animation

[Missing <returns> documentation for "M:Godot.EditorSceneImporter.ImportAnimationFromOtherImporter(System.String,System.UInt32,System.Int32)"]

See Also