Click or drag to resize

MeshTextureSetBaseTexture Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MeshTexture.SetBaseTexture(Godot.Texture)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBaseTexture is deprecated. Use the BaseTexture property instead.")]
public void SetBaseTexture(
	Texture texture
)

Parameters

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.MeshTexture.SetBaseTexture(Godot.Texture)"]

See Also