Click or drag to resize

VisualServerMaterialGetParam Method

Returns the value of a certain material's parameter.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object MaterialGetParam(
	RID material,
	string parameter
)

Parameters

material
Type: GodotRID

[Missing <param name="material"/> documentation for "M:Godot.VisualServer.MaterialGetParam(Godot.RID,System.String)"]

parameter
Type: SystemString

[Missing <param name="parameter"/> documentation for "M:Godot.VisualServer.MaterialGetParam(Godot.RID,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.VisualServer.MaterialGetParam(Godot.RID,System.String)"]

See Also