Click or drag to resize

MeshInstanceSetSkeletonPath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MeshInstance.SetSkeletonPath(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSkeletonPath is deprecated. Use the Skeleton property instead.")]
public void SetSkeletonPath(
	NodePath skeletonPath
)

Parameters

skeletonPath
Type: GodotNodePath

[Missing <param name="skeletonPath"/> documentation for "M:Godot.MeshInstance.SetSkeletonPath(Godot.NodePath)"]

See Also