Table of Contents

Class SoundTriggerObject

Namespace
CodeBase.SoundSystem.Example
Assembly
Assembly-CSharp.dll
public class SoundTriggerObject : ExtendedMonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
SoundTriggerObject
Extension Methods

Properties

SoundComponent

private SoundComponentBase SoundComponent { get; set; }

Property Value

SoundComponentBase

Methods

OnTriggerEnter(Collider)

private void OnTriggerEnter(Collider other)

Parameters

other Collider

OnTriggerExit(Collider)

private void OnTriggerExit(Collider other)

Parameters

other Collider