Click or drag to resize

ClassDBClassSetProperty Method

Sets property value of class to value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Error ClassSetProperty(
	Object object,
	string property,
	Object value
)

Parameters

object
Type: GodotObject

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

property
Type: SystemString

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

value
Type: SystemObject

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

Return Value

Type: Error

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

See Also