Click or drag to resize

DynamicGodotObject Constructor

Initializes a new instance of the DynamicGodotObject class.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public DynamicGodotObject(
	Object godotObject
)

Parameters

godotObject
Type: GodotObject
The Object that will be associated with this DynamicGodotObject.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when the godotObject parameter is null.
See Also