Click or drag to resize

SpatialMaterialGetTexture Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetTexture is deprecated. Use the DetailNormal property instead.")]
public Texture GetTexture(
	SpatialMaterialTextureParam param
)

Parameters

param
Type: GodotSpatialMaterialTextureParam

[Missing <param name="param"/> documentation for "M:Godot.SpatialMaterial.GetTexture(Godot.SpatialMaterial.TextureParam)"]

Return Value

Type: Texture

[Missing <returns> documentation for "M:Godot.SpatialMaterial.GetTexture(Godot.SpatialMaterial.TextureParam)"]

See Also