Table of Contents

Class SoundLoader.AmbientImporter

Namespace
Global
Assembly
Assembly-CSharp.dll
public class SoundLoader.AmbientImporter : MonoBehaviour
Inheritance
Object
Component
Behaviour
MonoBehaviour
SoundLoader.AmbientImporter
Inherited Members
MonoBehaviour.IsInvoking()
MonoBehaviour.CancelInvoke()
MonoBehaviour.StopCoroutine(Coroutine)
MonoBehaviour.StopAllCoroutines()
MonoBehaviour.useGUILayout
Behaviour.enabled
Behaviour.isActiveAndEnabled
Component.GetComponent<T>()
Component.TryGetComponent<T>(out T)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentInParent<T>()
Component.GetComponentsInParent<T>()
Component.GetComponents<T>()
Component.transform
Component.gameObject
Component.tag
Object.GetInstanceID()
Object.GetHashCode()
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.ToString()
Object.name
Object.hideFlags

Fields

fileName

public string fileName

Field Value

string

fileTypes

public string[] fileTypes

Field Value

string[]

initiated

public bool initiated

Field Value

bool

isWav

public bool isWav

Field Value

bool

loadedClip

public AudioClip loadedClip

Field Value

AudioClip

Methods

Init(SoundLoader)

public void Init(SoundLoader owner)

Parameters

owner SoundLoader

Start()

public void Start()

loadFile(AmbientImporter, string, string)

public IEnumerator loadFile(SoundLoader.AmbientImporter importer, string path, string name)

Parameters

importer SoundLoader.AmbientImporter
path string
name string

Returns

IEnumerator

validFileType(string)

public bool validFileType(string filename)

Parameters

filename string

Returns

bool