AudioEffectReverb

package
v0.0.0-...-ae8aae0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package AudioEffectReverb provides methods for working with AudioEffectReverb object instances.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Advanced

type Advanced = class

Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.

type Any

type Any interface {
	gd.IsClass
	AsAudioEffectReverb() Instance
}

type Instance

type Instance [1]gdclass.AudioEffectReverb

Simulates the sound of acoustic environments such as rooms, concert halls, caverns, or an open spaces.

var Nil Instance

Nil is a nil/null instance of the class. Equivalent to the zero value.

func New

func New() Instance

func (Instance) AsAudioEffect

func (self Instance) AsAudioEffect() AudioEffect.Instance

func (Instance) AsAudioEffectReverb

func (self Instance) AsAudioEffectReverb() Instance

func (Instance) AsObject

func (self Instance) AsObject() [1]gd.Object

func (Instance) AsRefCounted

func (self Instance) AsRefCounted() [1]gd.RefCounted

func (Instance) AsResource

func (self Instance) AsResource() Resource.Instance

func (Instance) Damping

func (self Instance) Damping() Float.X

func (Instance) Dry

func (self Instance) Dry() Float.X

func (Instance) Hipass

func (self Instance) Hipass() Float.X

func (Instance) PredelayFeedback

func (self Instance) PredelayFeedback() Float.X

func (Instance) PredelayMsec

func (self Instance) PredelayMsec() Float.X

func (Instance) RoomSize

func (self Instance) RoomSize() Float.X

func (Instance) SetDamping

func (self Instance) SetDamping(value Float.X)

func (Instance) SetDry

func (self Instance) SetDry(value Float.X)

func (Instance) SetHipass

func (self Instance) SetHipass(value Float.X)

func (Instance) SetPredelayFeedback

func (self Instance) SetPredelayFeedback(value Float.X)

func (Instance) SetPredelayMsec

func (self Instance) SetPredelayMsec(value Float.X)

func (Instance) SetRoomSize

func (self Instance) SetRoomSize(value Float.X)

func (Instance) SetSpread

func (self Instance) SetSpread(value Float.X)

func (Instance) SetWet

func (self Instance) SetWet(value Float.X)

func (Instance) Spread

func (self Instance) Spread() Float.X

func (*Instance) UnsafePointer

func (self *Instance) UnsafePointer() unsafe.Pointer

func (Instance) Virtual

func (self Instance) Virtual(name string) reflect.Value

func (Instance) Wet

func (self Instance) Wet() Float.X

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL