Click or drag to resize

JSONRPCSetScope Method

[Missing <summary> documentation for "M:Godot.JSONRPC.SetScope(System.String,Godot.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetScope(
	string scope,
	Object target
)

Parameters

scope
Type: SystemString

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

target
Type: GodotObject

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

See Also