Click or drag to resize

ProxyTextureSetBase Method

Note: This API is now obsolete.

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

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

Parameters

base
Type: GodotTexture

[Missing <param name="base"/> documentation for "M:Godot.ProxyTexture.SetBase(Godot.Texture)"]

See Also