Class SoundSfx
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
Methods
OnLandFootstep(Vector3)
public void OnLandFootstep(Vector3 position)
Parameters
positionVector3
PlayFootStep(Vector3)
public void PlayFootStep(Vector3 position)
Parameters
positionVector3