Click or drag to resize

MeshInstanceGetSkeletonPath Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MeshInstance.GetSkeletonPath"]

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

Return Value

Type: NodePath

[Missing <returns> documentation for "M:Godot.MeshInstance.GetSkeletonPath"]

See Also