VisualServerInstanceAttachSkeleton Method |
Attaches a skeleton to an instance. Removes the previous skeleton from the instance.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static void InstanceAttachSkeleton(
RID instance,
RID skeleton
)
Parameters
- instance
- Type: GodotRID
[Missing <param name="instance"/> documentation for "M:Godot.VisualServer.InstanceAttachSkeleton(Godot.RID,Godot.RID)"]
- skeleton
- Type: GodotRID
[Missing <param name="skeleton"/> documentation for "M:Godot.VisualServer.InstanceAttachSkeleton(Godot.RID,Godot.RID)"]
See Also