Click or drag to resize

Object_Set Method

Virtual method which can be overridden to customize the return value of Set(String, Object).

Sets a property. Returns true if the property exists.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual bool _Set(
	string property,
	Object value
)

Parameters

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:Godot.Object._Set(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.Object._Set(System.String,System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Object._Set(System.String,System.Object)"]

See Also