Click or drag to resize

MeshInstanceSetSkin Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSkin is deprecated. Use the Skin property instead.")]
public void SetSkin(
	Skin skin
)

Parameters

skin
Type: GodotSkin

[Missing <param name="skin"/> documentation for "M:Godot.MeshInstance.SetSkin(Godot.Skin)"]

See Also