Click or drag to resize

AudioEffectReverbSetRoomSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioEffectReverb.SetRoomSize(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRoomSize is deprecated. Use the RoomSize property instead.")]
public void SetRoomSize(
	float size
)

Parameters

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:Godot.AudioEffectReverb.SetRoomSize(System.Single)"]

See Also