Table of Contents

Class SoundSfx

Namespace
WitShells.WitActor

Settings for the WitActor component.

public class SoundSfx : ScriptableObject
Inheritance
SoundSfx

Fields

footstepSounds

public AudioClip[] footstepSounds

Field Value

AudioClip[]

landFootstepSound

public AudioClip landFootstepSound

Field Value

AudioClip

Properties

Instance

public static SoundSfx Instance { get; }

Property Value

SoundSfx

Methods

OnLandFootstep(Vector3)

public void OnLandFootstep(Vector3 position)

Parameters

position Vector3

PlayFootStep(Vector3)

public void PlayFootStep(Vector3 position)

Parameters

position Vector3