SYMBOL INDEX (551 symbols across 69 files) FILE: Assets/Plugins/Resemble/Editor/API/APIBridge.cs class APIBridge (line 11) | public static partial class APIBridge method GetProjects (line 27) | public static Task GetProjects(Callback.GetProject callback) method GetProject (line 37) | public static Task GetProject(string uuid) method DeleteProject (line 46) | public static Task DeleteProject(Project project) method DeleteClip (line 52) | public static Task DeleteClip(string uuid) method DeleteClip (line 58) | public static Task DeleteClip(string uuid, Callback.Simple callback) method CreateProject (line 64) | public static Task CreateProject(Project project, Callback.CreateProje... method CreateClipSync (line 76) | public static Task CreateClipSync(ClipPatch.Data clipData, bool includ... method CreateClip (line 94) | public static Task CreateClip(ClipPatch.Data clipData, bool includePho... method GetClip (line 112) | public static Task GetClip(string uuid, Callback.GetClip callback) method GetClips (line 122) | public static Task GetClips(Callback.GetClips callback) method DownloadClip (line 135) | public static Task DownloadClip(string uri, Callback.Download callback) method GetVoices (line 140) | public static Task GetVoices(Callback.GetVoices callback) method UpdateClip (line 148) | public static Task UpdateClip(string clipUUID, ClipPatch patch, Callba... method Update (line 165) | public static void Update() method EnqueueTask (line 221) | public static Task EnqueueTask(string uri, Task.Type type, Callback.Si... method EnqueueTask (line 227) | public static Task EnqueueTask(string uri, string data, Task.Type type... method SendRequest (line 246) | public static void SendRequest(Task task) method CompleteAsyncOperation (line 274) | private static void CompleteAsyncOperation(AsyncOperation asyncOp, Uni... FILE: Assets/Plugins/Resemble/Editor/API/Task.cs class Task (line 8) | [System.Serializable] method Task (line 24) | public Task(string uri, string data, Callback.Simple resultProcessor, ... method DownloadTask (line 36) | public static Task DownloadTask(string uri, Callback.Download callback) method WaitTask (line 51) | public static Task WaitTask() type Type (line 60) | public enum Type type Status (line 70) | public enum Status FILE: Assets/Plugins/Resemble/Editor/AudioPreview.cs class AudioPreview (line 10) | public class AudioPreview method AudioPreview (line 42) | public AudioPreview(string url) method OnWavDownloaded (line 49) | private void OnWavDownloaded(AsyncOperation obj) method PlayClip (line 56) | public static void PlayClip(AudioClip clip) method PlayClip (line 65) | public static void PlayClip(AudioClip clip, int sample) method SetClipSamplePosition (line 74) | public static void SetClipSamplePosition(AudioClip clip, int sample) method GetClipSamplePosition (line 83) | public static int GetClipSamplePosition(AudioClip clip) method StopClip (line 92) | public static void StopClip(AudioClip clip) method IsClipPlaying (line 101) | public static bool IsClipPlaying(AudioClip clip) method InvokeMethode (line 110) | public static object InvokeMethode(string methodeName, params object[]... FILE: Assets/Plugins/Resemble/Editor/ClipExtend.cs class ClipExtend (line 8) | public static class ClipExtend method GetSavePath (line 11) | public static string GetSavePath(this Clip clip) method GetSaveFolder (line 16) | public static string GetSaveFolder(this Clip clip) method RemoveFilenameFromPath (line 50) | private static string RemoveFilenameFromPath(string path) FILE: Assets/Plugins/Resemble/Editor/GUI/CustomEditors/Clip_Editor.cs class Clip_Editor (line 11) | [CustomEditor(typeof(Clip)), CanEditMultipleObjects] method OnHeaderGUI (line 31) | protected override void OnHeaderGUI() method OnInspectorGUI (line 88) | public override void OnInspectorGUI() method DrawTextArea (line 137) | private void DrawTextArea() method DrawAudioArea (line 178) | private void DrawAudioArea() method DrawPhonemesArea (line 242) | private void DrawPhonemesArea() method DrawRawPhonemePreview (line 304) | private void DrawRawPhonemePreview(Rect rect) method DrawPhonemePreview (line 339) | private void DrawPhonemePreview(Rect rect, Phonemes phonemes) method DrawUserDataArea (line 391) | private void DrawUserDataArea() method InitComponents (line 465) | private void InitComponents() method OnEnable (line 475) | public void OnEnable() method OnDisable (line 490) | public void OnDisable() method HandleDeleteEvent (line 498) | private void HandleDeleteEvent() method DrawAudioPlayer (line 511) | public void DrawAudioPlayer() method UpdateFromAPI (line 614) | public void UpdateFromAPI() method ExportClip (line 635) | public void ExportClip() method Rename (line 640) | public void Rename() method Delete (line 649) | public void Delete() method DeleteMultiple (line 660) | public void DeleteMultiple(Object[] targets) method Rename (line 691) | public void Rename(string value) method SetDirty (line 699) | public new void SetDirty() method ReImport (line 704) | public void ReImport() FILE: Assets/Plugins/Resemble/Editor/GUI/CustomEditors/Phonemes_Editor.cs class Phonemes_Editor (line 6) | public class Phonemes_Editor : Editor method DrawGraph (line 15) | public static void DrawGraph(Phonemes phonemes, ref float time, Callba... FILE: Assets/Plugins/Resemble/Editor/GUI/CustomEditors/Speech_Editor.cs class Speech_Editor (line 11) | [CustomEditor(typeof(Speech))] method ShouldHideOpenButton (line 26) | protected override bool ShouldHideOpenButton() method OnHeaderGUI (line 33) | protected override void OnHeaderGUI() method OnInspectorGUI (line 81) | public override void OnInspectorGUI() method HidePopups (line 130) | private void HidePopups() method DeleteClip (line 138) | private void DeleteClip(bool deleteOnAPI, bool deleteAudioClip) method DeleteClip (line 146) | public void DeleteClip(Clip clip, bool deleteOnAPI, bool deleteAudioClip) method CreateClip (line 164) | public void CreateClip(string name) method RebuildClipList (line 183) | private void RebuildClipList() method AddClip (line 192) | public void AddClip(string name, string uuid) method ImportClip (line 202) | public void ImportClip(ResembleClip source) method AddClipToAsset (line 213) | public void AddClipToAsset(Clip clip) method OnEnable (line 229) | private void OnEnable() method List_OnSelect (line 244) | private void List_OnSelect(ReorderableList list) method List_DrawElement (line 249) | private void List_DrawElement(Rect rect, int index, bool isActive, boo... method List_DrawHeader (line 267) | private void List_DrawHeader(Rect rect) method DrawSpeechProperties (line 272) | private void DrawSpeechProperties() method ExportAllClipsInWav (line 323) | public void ExportAllClipsInWav() FILE: Assets/Plugins/Resemble/Editor/GUI/CustomEditors/Text_Editor.cs class Text_Editor (line 9) | public class Text_Editor method Text_Editor (line 99) | public Text_Editor(Text text, Callback editCallback, Callback repaintC... method RefreshLines (line 109) | private void RefreshLines() method CheckContains (line 114) | private void CheckContains() method Refresh (line 122) | public void Refresh() method DoLayout (line 140) | public void DoLayout(bool enable, bool fromOneShootWindow) method DrawTagsBtnsLayout (line 147) | public void DrawTagsBtnsLayout(bool disabled) method DisableIf (line 188) | private Utils.ButtonState DisableIf(bool value, Utils.ButtonState state) method DrawTextArea (line 197) | public void DrawTextArea(Rect rect, bool interactable) method DrawCharCountBar (line 284) | public void DrawCharCountBar(Rect rect) method DrawRects (line 292) | private void DrawRects(Rect[] rects, bool flatStyle, Color color) method DrawCarret (line 312) | private void DrawCarret() method GetCarretAt (line 331) | private Vector2 GetCarretAt(int index) method GetCarretAt (line 339) | private int GetCarretAt(Vector2 position) method GetRects (line 347) | private Rect[] GetRects(int startID, int endID, Vector2 offset) method WordLenght (line 364) | private int WordLenght(int index, bool back) method IsInString (line 381) | private bool IsInString(params int[] ids) method GetTagPos (line 394) | private Vector2 GetTagPos(Tag tag) method ReceiveKeyEvent (line 411) | private void ReceiveKeyEvent(Event e) method ReceiveMouseEvent (line 514) | private void ReceiveMouseEvent(Event e) method ShowEditPopupOntag (line 637) | private void ShowEditPopupOntag(Tag tag) method ManageFocus (line 642) | private void ManageFocus(Event e) method ArrowMove (line 651) | private void ArrowMove(Event e) method SelectWordAt (line 728) | private void SelectWordAt(Vector2 position) method OnEditText (line 738) | private void OnEditText(int id, int length, bool add) method RefreshSelectionRects (line 766) | private void RefreshSelectionRects() method RefreshTagsRects (line 774) | private void RefreshTagsRects() class LinesPack (line 780) | class LinesPack method LinesPack (line 786) | public LinesPack(string[] lines) method GetRects (line 800) | public Rect[] GetRects(int start, int end, GUIStyle style, Vector2 o... method FromText (line 841) | public static LinesPack FromText(string text, Rect rect, GUIStyle st... method LinesFromString (line 846) | private static string[] LinesFromString(string value, Rect rect, GUI... FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/ClipPopup.cs class ClipPopup (line 10) | public class ClipPopup : EditorWindow method Show (line 27) | public static void Show(Rect rect, Speech speech, ValidateCallback cal... method OnGUI (line 57) | private void OnGUI() method OnLostFocus (line 65) | private void OnLostFocus() method Hide (line 70) | public static void Hide() method DrawHeader (line 79) | private void DrawHeader() method DrawContent (line 94) | private void DrawContent() method DrawClip (line 124) | private void DrawClip(ResembleClip clip) FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/DeletePopup.cs class DeletePopup (line 6) | public class DeletePopup : EditorWindow method Show (line 18) | public static void Show(Rect rect, ValidateCallback callback) method OnGUI (line 37) | private void OnGUI() method OnLostFocus (line 45) | private void OnLostFocus() method Hide (line 50) | public static void Hide() method DrawHeader (line 59) | private void DrawHeader() method DrawContent (line 68) | private void DrawContent() FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/ImportPopup.cs class ImportPopup (line 8) | public class ImportPopup : EditorWindow class ImpAsset (line 19) | public class ImpAsset method Show (line 28) | public static void Show(ImpAsset[] assets, string path, ValidateCallba... method OnGUI (line 40) | private void OnGUI() method DrawHeader (line 55) | private void DrawHeader() method DrawContent (line 82) | private void DrawContent() method DrawFooter (line 92) | private void DrawFooter() method DrawAsset (line 112) | private void DrawAsset(ImpAsset asset) method SetFullCheck (line 131) | public static void SetFullCheck(bool value) method SetFullCheck (line 139) | private static void SetFullCheck(ImpAsset asset, bool value) method RefreshAllCheck (line 150) | public static void RefreshAllCheck() method IsFullCheck (line 164) | private static AllCheckState IsFullCheck(ImpAsset asset) type AllCheckState (line 181) | private enum AllCheckState method Blend (line 188) | private static AllCheckState Blend(AllCheckState a, AllCheckState b) FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/NotificationsPopup.cs class NotificationsPopup (line 7) | public class NotificationsPopup : EditorWindow class Notification (line 20) | [System.Serializable] method Notification (line 30) | public Notification(string message, MessageType type, Object link) method GetHeight (line 39) | public float GetHeight(double time) method Add (line 63) | public static void Add(string message, MessageType type, Object linked... method CheckDisponibility (line 74) | private static void CheckDisponibility() method GetPosition (line 84) | private static Rect GetPosition(float height) method Show (line 90) | private new static void Show() method OnGUI (line 98) | private void OnGUI() FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/PopupButton.cs class PopupButton (line 6) | public class PopupButton method PopupButton (line 13) | public PopupButton(string label, string tooltip, Vector2 size) method DoLayout (line 19) | public void DoLayout(OnValidate onValidate) method SetRect (line 27) | private void SetRect(Rect rect) FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/StringPopup.cs class StringPopup (line 6) | public class StringPopup : EditorWindow method Show (line 17) | public static void Show(Rect rect, string title, string value, Validat... method Show (line 38) | public static void Show(Rect rect, string title, ValidateCallback call... method OnGUI (line 43) | private void OnGUI() method OnLostFocus (line 51) | private void OnLostFocus() method Hide (line 56) | public static void Hide() method DrawHeader (line 65) | private void DrawHeader() method DrawContent (line 74) | private void DrawContent() FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/TagPopup.cs class TagPopup (line 9) | public class TagPopup : EditorWindow method Show (line 17) | public static void Show(Vector2 pos, Tag tag, bool fromResembleWindow) method OnGUI (line 37) | void OnGUI() method OnLostFocus (line 84) | public void OnLostFocus() method Close (line 89) | public new void Close() FILE: Assets/Plugins/Resemble/Editor/GUI/Popups/VoicePopup.cs class VoicePopup (line 10) | public class VoicePopup : EditorWindow method Show (line 25) | public static void Show(Rect rect, ValidateCallback callback) method OnRefreshVoices (line 45) | private static void OnRefreshVoices() method OnGUI (line 50) | private void OnGUI() method OnLostFocus (line 58) | private void OnLostFocus() method Close (line 63) | private new void Close() method DrawHeader (line 70) | private void DrawHeader() method DrawContent (line 85) | private void DrawContent() method DrawVoice (line 96) | private void DrawVoice(Voice voice) FILE: Assets/Plugins/Resemble/Editor/GUI/Settings/Settings_Help.cs class RessembleSettingsProvider (line 7) | public partial class RessembleSettingsProvider method DrawHelpSettingsGUI (line 149) | private void DrawHelpSettingsGUI() type TextItem (line 156) | private struct TextItem method Text (line 165) | public static TextItem Text(string label) method Header (line 168) | public static TextItem Header(string label) method Title (line 171) | public static TextItem Title(string label) method Link (line 174) | public static TextItem Link(string label, WebPage page) method Link (line 177) | public static TextItem Link(string label, int headerID, bool indent) method Image (line 180) | public static TextItem Image(int id) method Space (line 183) | public static TextItem Space(int size) method Separator (line 186) | public static TextItem Separator() method Quote (line 189) | public static TextItem Quote(string label) method Code (line 192) | public static TextItem Code(string label, float size) method Draw (line 196) | public void Draw(float width) type Type (line 250) | private enum Type method DrawHelpFooterGUI (line 263) | private void DrawHelpFooterGUI() FILE: Assets/Plugins/Resemble/Editor/GUI/Settings/Settings_Options.cs class RessembleSettingsProvider (line 7) | public partial class RessembleSettingsProvider method DrawOptionsSettingsGUI (line 15) | private void DrawOptionsSettingsGUI() method FolderField (line 100) | private string FolderField(string label, string path) method DrawOptionsFooterGUI (line 131) | private void DrawOptionsFooterGUI(){} FILE: Assets/Plugins/Resemble/Editor/GUI/Settings/Settings_Project.cs class RessembleSettingsProvider (line 8) | public partial class RessembleSettingsProvider method DrawProjectSettingsGUI (line 12) | private void DrawProjectSettingsGUI() method DrawProjectFooterGUI (line 53) | private void DrawProjectFooterGUI() method DrawConnectGUI (line 63) | public void DrawConnectGUI() method DrawProjectsSearchBar (line 101) | public Rect DrawProjectsSearchBar() method DrawProjectList (line 128) | private void DrawProjectList(Rect areaRect) method DrawProjectArea (line 192) | private void DrawProjectArea(Project project) FILE: Assets/Plugins/Resemble/Editor/GUI/Settings/Settings_Window.cs class RessembleSettingsProvider (line 12) | public partial class RessembleSettingsProvider : SettingsProvider method OnActivate (line 32) | public override void OnActivate(string searchContext, VisualElement ro... method OnGUI (line 41) | public override void OnGUI(string searchContext) method DrawToolbar (line 102) | private void DrawToolbar() class ContentStyles (line 108) | class ContentStyles method RessembleSettingsProvider (line 114) | public RessembleSettingsProvider(string path, SettingsScope scope = Se... method CreateResembleSettingsProvider (line 117) | [SettingsProvider] FILE: Assets/Plugins/Resemble/Editor/GUI/Settings/WelcomePopup.cs class WelcomePopup (line 7) | public class WelcomePopup method Load (line 11) | [InitializeOnLoadMethod] method WaitSomeUpdate (line 18) | private static void WaitSomeUpdate() FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/AsyncRequest.cs class AsyncRequest (line 9) | [System.Serializable] method Make (line 93) | public static AsyncRequest Make(Clip clip) method Make (line 181) | public static AsyncRequest Make(string body, string voice, string save... method Make (line 211) | public static AsyncRequest Make(string url, string savePath) method Get (line 238) | public static AsyncRequest Get(string clipUUID) method Cancel (line 251) | public static void Cancel(string clipUUID) method RegisterRequestToPool (line 265) | private static void RegisterRequestToPool(AsyncRequest request) method RegisterRefreshEvent (line 276) | [InitializeOnLoadMethod] method DisposeRefreshEvent (line 285) | private static void DisposeRefreshEvent() method ExecutePoolRequests (line 291) | private static void ExecutePoolRequests() method ExecuteRequest (line 338) | private static void ExecuteRequest(double time, AsyncRequest request) method DownloadClip (line 383) | private static void DownloadClip(AsyncRequest request, string url) method OnDownloaded (line 390) | private static void OnDownloaded(AsyncRequest request, byte[] data, Er... method GetTemporaryName (line 436) | private static string GetTemporaryName() method GeneratePlaceHolder (line 442) | public AudioClip GeneratePlaceHolder() method SetError (line 459) | public void SetError(Error error) type Status (line 469) | public enum Status FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/Callbacks.cs class Callback (line 6) | public static class Callback FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/Dropdown.cs type Dropdown (line 9) | public struct Dropdown type Item (line 12) | public struct Item method Item (line 20) | public Item(string label, GenericMenu.MenuFunction methode) method Item (line 29) | public Item(string label, bool enable, GenericMenu.MenuFunction meth... method Item (line 39) | public Item(string label, bool enable, bool check, GenericMenu.MenuF... method Item (line 48) | public Item(string label) method DoLayout (line 59) | public void DoLayout(GUIContent title, params Item[] methodes) method DropDown (line 67) | public void DropDown(Item[] methodes) FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/EditorProgressBar.cs class EditorProgressBar (line 8) | public static class EditorProgressBar method EditorProgressBar (line 12) | static EditorProgressBar() method Display (line 22) | public static void Display(string text, float progress) method Clear (line 28) | public static void Clear() FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/TextExtend.cs class TextExtend (line 9) | public static class TextExtend method TypeChar (line 15) | public static void TypeChar(this Text text, char c) method RemoveChars (line 28) | public static void RemoveChars(this Text text, int count) method SelectAll (line 52) | public static void SelectAll(this Text text) method Copy (line 58) | public static void Copy(this Text text) method Cut (line 65) | public static void Cut(this Text text) method Paste (line 74) | public static void Paste(this Text text) method Delete (line 84) | public static void Delete(this Text text) method SelectionContains (line 97) | public static bool SelectionContains(this Text text, int id) method GetTag (line 107) | public static Tag GetTag(this Text text) method GetTags (line 135) | public static List GetTags(this Text text) method AddTag (line 162) | public static Tag AddTag(this Text text) method AddBreak (line 186) | public static Tag AddBreak(this Text text) method RemoveTag (line 206) | public static void RemoveTag(this Text text) method RemoveTag (line 236) | public static void RemoveTag(this Text text, Tag tag) method ClearTags (line 245) | public static void ClearTags(this Text text) method AddChars (line 256) | private static void AddChars(Text text, int id, string value) method RemoveChars (line 282) | private static void RemoveChars(Text text, int id, int length) method CleanString (line 304) | private static string CleanString(string target, params string[] items... method Order (line 312) | private static int Order(ref int a, ref int b) method GetIDs (line 322) | private static void GetIDs(this Text text, out int min, out int max, o... method SetIDs (line 330) | private static void SetIDs(this Text text, int id) method SetIDs (line 337) | private static void SetIDs(this Text text, int id, int length) FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/Updates.cs class Updates (line 13) | public static class Updates type Status (line 22) | public enum Status method CheckStatus (line 31) | public static void CheckStatus() method Update (line 65) | public static void Update() method GetLatestPluginVersion (line 70) | public static void GetLatestPluginVersion() method GetSHAKey (line 93) | private static void GetSHAKey() method DownloadLastPackage (line 114) | private static void DownloadLastPackage(string shaKey) method OpenFile (line 142) | private static void OpenFile(string path) method DownloadCallback (line 148) | private static void DownloadCallback() type GithubDirectoryInfos (line 166) | [Serializable] type GithubFileInfos (line 173) | [Serializable] type GithubFile (line 194) | [Serializable] FILE: Assets/Plugins/Resemble/Editor/GUI/Utils/Utils.cs class Utils (line 8) | public static class Utils method DrawPendingLabel (line 10) | public static void DrawPendingLabel(string label) method DrawErrorBox (line 32) | public static void DrawErrorBox(this Error error, string message = null) method DrawLinkLabel (line 48) | public static bool DrawLinkLabel(string label, string linkLabel, GUISt... method DrawLinkLabel (line 53) | public static bool DrawLinkLabel(string label, GUIContent linkLabel, G... method DrawLinkLabel (line 58) | public static bool DrawLinkLabel(GUIContent label, GUIContent linkLabe... method DrawSeparator (line 70) | public static void DrawSeparator() method FlatBox (line 78) | public static void FlatBox(Rect rect, Color headerColor, Color backCol... method FlatRect (line 91) | public static void FlatRect(Rect rect, Color color, float roundness, f... method FlatButton (line 101) | public static bool FlatButton(Rect rect, string label, Color color, fl... method FlatButton (line 107) | public static bool FlatButton(Rect rect, GUIContent content, Color col... method FlatButton (line 113) | public static bool FlatButton(Rect rect, GUIContent content, Color col... method FlatButton (line 121) | public static bool FlatButton(Rect rect, GUIContent content, Color col... method FlatButton (line 173) | public static bool FlatButton(Rect rect, string label, Color color) method FlatButton (line 179) | public static bool FlatButton(GUIContent label, Color color) method FlatButtonLayout (line 186) | public static bool FlatButtonLayout(string label, Color color, float r... method FlatButtonLayout (line 191) | public static bool FlatButtonLayout(GUIContent content, Color color, r... method FlatButtonLayout (line 197) | public static bool FlatButtonLayout(Texture2D texture, Color color, fl... method FlatButtonLayout (line 208) | public static bool FlatButtonLayout(GUIContent content, Color color, f... method DragArea (line 217) | public static void DragArea(Rect rect, Object dragAsset) method ConnectionRequireMessage (line 259) | public static void ConnectionRequireMessage() method BoxWithLink (line 270) | public static bool BoxWithLink(string message, string linkLabel, Messa... method BoxWithLink (line 280) | public static void BoxWithLink(string message, string linkLabel, WebPa... method Shrink (line 291) | public static Rect Shrink(this Rect rect, float size) method Offset (line 297) | public static Rect Offset(this Rect rect, float x, float y, float widt... method Drop (line 303) | public static Rect Drop(this Rect rect) method OpenProjectInBrowser (line 309) | public static void OpenProjectInBrowser(string projectID) method LocalPath (line 314) | public static string LocalPath(string absolutePath) method LocalPath (line 322) | public static bool LocalPath(ref string path) method Alpha (line 330) | public static Color Alpha(this Color color, float alpha) method FindPreviousIndex (line 336) | public static int FindPreviousIndex(float value, float[] array) type ButtonState (line 358) | public enum ButtonState FILE: Assets/Plugins/Resemble/Editor/GUI/Window/OneShot_Window.cs class Resemble_Window (line 8) | public partial class Resemble_Window method EnableOneShot (line 80) | private static void EnableOneShot() method DrawOneShotGUI (line 85) | public void DrawOneShotGUI() method DrawVoiceField (line 146) | private void DrawVoiceField() method SaveClipFile (line 160) | private void SaveClipFile() method SaveAsCharacterPod (line 178) | private void SaveAsCharacterPod() method Generate (line 199) | private void Generate() method Clear (line 213) | private void Clear() method ClearTags (line 219) | private void ClearTags() method CopyClipBody (line 224) | private void CopyClipBody() method SetDirty (line 229) | public new void SetDirty() method GetClipCallback (line 235) | private void GetClipCallback(string audioUri, Error error) method GetAllPodsCallback (line 246) | private void GetAllPodsCallback(ResembleClip[] pods, Error error) method CreateProjectCallback (line 257) | private void CreateProjectCallback(ProjectStatus status, Error error) FILE: Assets/Plugins/Resemble/Editor/GUI/Window/Pool_Window.cs class Resemble_Window (line 8) | public partial class Resemble_Window method DrawPoolGUI (line 22) | public static void DrawPoolGUI() method EnablePool (line 46) | private static void EnablePool() method RefreshPoolList (line 52) | public static void RefreshPoolList() method DrawRequestGUI (line 59) | private static void DrawRequestGUI(AsyncRequest request) FILE: Assets/Plugins/Resemble/Editor/GUI/Window/Resemble_Window.cs class Resemble_Window (line 10) | public partial class Resemble_Window : EditorWindow method Open (line 52) | [MenuItem("Window/Audio/Resemble")] method Open (line 62) | public static void Open(Tab tab) method OnEnable (line 70) | private void OnEnable() method OnGUI (line 84) | void OnGUI() method OnEditCallback (line 109) | public void OnEditCallback() method OnRepaintCallback (line 114) | public void OnRepaintCallback() method OnResize (line 120) | private void OnResize() method DrawToolbar (line 127) | private void DrawToolbar() type Tab (line 152) | public enum Tab FILE: Assets/Plugins/Resemble/Editor/Plugin Resources/Resources.cs class Resources (line 8) | public class Resources : ScriptableObject FILE: Assets/Plugins/Resemble/Editor/Plugin Resources/Settings.cs class Settings (line 10) | public class Settings : ScriptableObject type SettingBool (line 29) | public struct SettingBool type Type (line 35) | public enum Type method SettingBool (line 43) | public SettingBool(bool defaultValue, string key) method Load (line 50) | private void Load() method Save (line 56) | private void Save() method Get (line 62) | public bool Get() method Set (line 69) | public void Set(object value) type SettingInt (line 78) | public struct SettingInt type Type (line 84) | public enum Type method SettingInt (line 92) | public SettingInt(int defaultValue, string key) method Load (line 99) | private void Load() method Save (line 105) | private void Save() method Get (line 111) | public int Get() method Set (line 118) | public void Set(object value) type SettingString (line 127) | public struct SettingString type Type (line 133) | public enum Type method SettingString (line 141) | public SettingString(string defaultValue, string key) method Load (line 148) | private void Load() method Save (line 154) | private void Save() method Get (line 160) | public string Get() method Set (line 167) | public void Set(object value) method Connect (line 394) | public static void Connect() method Disconnect (line 411) | public static void Disconnect() method RefreshProjects (line 418) | public static void RefreshProjects() method RefreshVoices (line 444) | public static void RefreshVoices() method BindProject (line 473) | public static void BindProject(Project value) method UnbindProject (line 481) | public static void UnbindProject() method DeleteProject (line 489) | public static void DeleteProject(Project value) method ImportClips (line 501) | public static void ImportClips(Project value) method ImportProjectWavfiles (line 510) | public static void ImportProjectWavfiles(string path) method DownloadWavFiles (line 525) | private static void DownloadWavFiles(string path, ResembleClip[] clips) method OpenWindow (line 538) | public static void OpenWindow() method SetDirty (line 544) | public new static void SetDirty() type PathMethode (line 550) | public enum PathMethode FILE: Assets/Plugins/Resemble/Editor/Plugin Resources/Styles.cs class Styles (line 8) | public static class Styles method Load (line 48) | public static void Load() FILE: Assets/Plugins/Resemble/Editor/Plugin Resources/WebPage.cs class WebPageExtensions (line 7) | public static class WebPageExtensions method Open (line 12) | public static void Open(this WebPage webPage) method Open (line 20) | public static void Open(this WebPage webPage, string addtional) type WebPage (line 46) | public enum WebPage FILE: Assets/Plugins/Resemble/Editor/Serializables/ClipPatch.cs class ClipPatch (line 5) | [System.Serializable] method ClipPatch (line 11) | public ClipPatch(string title, string body, string voice, bool phonemes) method CompareContent (line 17) | public bool CompareContent(ResembleClip clip) class Data (line 23) | [System.Serializable] method Data (line 30) | public Data(string title, string body, string voice) method ToString (line 38) | public override string ToString() method ToJson (line 43) | public string ToJson() FILE: Assets/Plugins/Resemble/Editor/Serializables/ClipStatus.cs class ClipStatus (line 3) | [System.Serializable] method ToString (line 10) | public override string ToString() FILE: Assets/Plugins/Resemble/Editor/Serializables/CreateClipRequest.cs class CreateClipRequest (line 4) | [System.Serializable] method CreateClipRequest (line 12) | public CreateClipRequest(ClipPatch.Data data, bool phonemes) method CreateClipRequest (line 20) | public CreateClipRequest(ClipPatch.Data data, string quality, bool raw... method Json (line 28) | public string Json() FILE: Assets/Plugins/Resemble/Editor/Serializables/CreateClipResponse.cs class CreateClipResponse (line 4) | [System.Serializable] method CreateClipResponse (line 12) | public CreateClipResponse(string jsonFormat) FILE: Assets/Plugins/Resemble/Editor/Serializables/Error.cs type Error (line 3) | [System.Serializable] method ToString (line 15) | public override string ToString() method Log (line 23) | public void Log() method Error (line 28) | public Error(long code, string message) method FromJson (line 66) | public static Error FromJson(long code, string jsonError) type SerializedErrors (line 74) | [System.Serializable] method allText (line 78) | public string allText() FILE: Assets/Plugins/Resemble/Editor/Serializables/GetClipResponse.cs class GetClipResponse (line 4) | [System.Serializable] method GetClipResponse (line 18) | public GetClipResponse(string jsonFormat) FILE: Assets/Plugins/Resemble/Editor/Serializables/Project.cs class Project (line 5) | [System.Serializable] method FromJson (line 14) | public static Project[] FromJson(string json) type SerializableProjectArray (line 19) | [System.Serializable] FILE: Assets/Plugins/Resemble/Editor/Serializables/ProjectStatus.cs class ProjectStatus (line 3) | [System.Serializable] method ToString (line 10) | public override string ToString() FILE: Assets/Plugins/Resemble/Editor/Serializables/ResembleClip.cs class ResembleClip (line 5) | [System.Serializable] method ToString (line 32) | public override string ToString() method FromJson (line 37) | public static ResembleClip FromJson(string json) method ArrayFromJson (line 49) | public static ResembleClip[] ArrayFromJson(string json) type SerializablePodArray (line 61) | [System.Serializable] FILE: Assets/Plugins/Resemble/Editor/Serializables/Voice.cs class Voice (line 5) | [System.Serializable] method FromJson (line 13) | public static Voice[] FromJson(string json) type SerializableVoiceArray (line 18) | [System.Serializable] FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/CameraOrbit.cs class CameraOrbit (line 5) | public class CameraOrbit : MonoBehaviour type Shot (line 25) | [System.Serializable] method Lerp (line 32) | public static Shot Lerp(Shot a, Shot b, float t) method LateUpdate (line 43) | void LateUpdate() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/Editor/PhonemeReader_Editor.cs class PhonemeReader_Editor (line 6) | [CustomEditor(typeof(PhonemeReader))] method OnInspectorGUI (line 13) | public override void OnInspectorGUI() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/Editor/PhonemesToBlendShapes_Editor.cs class PhonemeToBlendShapes_Editor (line 4) | [CustomEditor(typeof(PhonemesToBlendShapes))] method OnEnable (line 12) | private void OnEnable() method OnInspectorGUI (line 18) | public override void OnInspectorGUI() method LoadBlendShapes (line 66) | private void LoadBlendShapes() method CheckRemapArraySize (line 80) | private void CheckRemapArraySize() method BlendShapeField (line 92) | private void BlendShapeField(Rect rect, int index) FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/Editor/PhonemesToShader_Editor.cs class PhonemeToShader_Editor (line 6) | [CustomEditor(typeof(PhonemesToShader))] method OnInspectorGUI (line 13) | public override void OnInspectorGUI() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/EyesFocus.cs class EyesFocus (line 3) | [RequireComponent(typeof(Animator))] method Awake (line 33) | private void Awake() method Update (line 38) | private void Update() method OnAnimatorIK (line 57) | private void OnAnimatorIK() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/PhonemeReader.cs class PhonemeReader (line 5) | public class PhonemeReader : MonoBehaviour method OnReadPhoneme (line 25) | protected virtual void OnReadPhoneme(string label, int groupID, float ... method CanRead (line 28) | protected virtual bool CanRead() { return true; } method Update (line 32) | protected virtual void Update() method GetValues (line 91) | public virtual void GetValues(GetValueCallback callback) method GetValues (line 99) | public virtual void GetValues(GetValueCallback callback, float time) method GetValues (line 107) | public virtual KeyValuePair[] GetValues() method GetValues (line 119) | public virtual KeyValuePair[] GetValues(float time) method Play (line 138) | public void Play() method Pause (line 143) | public void Pause() method UnPause (line 148) | public void UnPause() method Stop (line 153) | public void Stop() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/PhonemesToBlendShapes.cs class PhonemesToBlendShapes (line 4) | public class PhonemesToBlendShapes : PhonemeReader method Awake (line 13) | protected private void Awake() method CanRead (line 18) | protected override bool CanRead() method OnReadPhoneme (line 25) | protected override void OnReadPhoneme(string label, int groupID, float... method Evaluate (line 34) | public virtual void Evaluate(float time) FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/PhonemesToShader.cs class PhonemesToShader (line 4) | public class PhonemesToShader : PhonemeReader method Awake (line 15) | protected virtual void Awake() method CanRead (line 21) | protected override bool CanRead() method OnReadPhoneme (line 28) | protected override void OnReadPhoneme(string label, int groupID, float... method Evaluate (line 34) | public virtual void Evaluate(float time) FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/ProceduralEyes.cs class ProceduralEyes (line 5) | public class ProceduralEyes : MonoBehaviour type Action (line 21) | [System.Serializable] method Refresh (line 33) | public void Refresh(float deltatime) method Awake (line 68) | void Awake() method Update (line 73) | void Update() FILE: Assets/Plugins/Resemble/Examples/Phonemes/Scripts/SpaceToPlay.cs class SpaceToPlay (line 4) | public class SpaceToPlay : MonoBehaviour method Update (line 10) | void Update() method Invoke (line 16) | public void Invoke() FILE: Assets/Plugins/Resemble/Scripts/Clip.cs class Clip (line 5) | public class Clip : ScriptableObject method ContainsLabel (line 29) | public bool ContainsLabel(string label) method ContainsLabel (line 40) | public bool ContainsLabel(Label label) method ContainsLabel (line 51) | public bool ContainsLabel(string label, out int value) method SetPhonemesRaw (line 86) | public void SetPhonemesRaw(PhonemesTimeStamps raw) FILE: Assets/Plugins/Resemble/Scripts/Emotion.cs type Emotion (line 5) | public enum Emotion class Emotions (line 16) | public static class Emotions method Color (line 28) | public static Color Color(this Emotion emotion) method OpenTag (line 33) | public static string OpenTag(this Emotion emotion) method CloseTag (line 38) | public static string CloseTag(this Emotion emotion) FILE: Assets/Plugins/Resemble/Scripts/Label.cs type Label (line 3) | [System.Serializable] method Label (line 10) | public Label(string text) method Label (line 17) | public Label(string text, int value) method Equals (line 31) | public override bool Equals(object obj) method ToString (line 38) | public override string ToString() method GetHashCode (line 43) | public override int GetHashCode() FILE: Assets/Plugins/Resemble/Scripts/PhonemeData.cs class PhonemeData (line 7) | [System.Serializable] method PhonemeData (line 14) | public PhonemeData(PhonemesTimeStamps raw, PhonemeTable table) method SetData (line 20) | public void SetData(PhonemesTimeStamps raw, PhonemeTable table) method UpdateTable (line 26) | public void UpdateTable(PhonemeTable table) FILE: Assets/Plugins/Resemble/Scripts/PhonemeTables/APIGraph.cs class APIGraph (line 8) | public class APIGraph : PhonemeTable class Vowels (line 14) | [System.Serializable] class Consonants (line 21) | [System.Serializable] method RefineData (line 28) | public override Phonemes RefineData(PhonemesTimeStamps raw) FILE: Assets/Plugins/Resemble/Scripts/PhonemeTables/Editor/APIGraph_Editor.cs class APIGraph_Editor (line 7) | [CustomEditor(typeof(APIGraph))] method OnInspectorGUI (line 43) | public override void OnInspectorGUI() method DrawVowelsGraph (line 57) | private Rect DrawVowelsGraph() method DrawPhonemePreview (line 126) | private void DrawPhonemePreview(Rect rect) method VowelsContextMenu (line 137) | private void VowelsContextMenu(Rect rect) method DrawConsonants (line 188) | private void DrawConsonants() method DrawContainer (line 334) | private void DrawContainer(Rect rect, APIGraph.Vowels item, int id, fl... method Shrink (line 429) | private Rect Shrink(Rect rect, float size) method Offset (line 435) | private Rect Offset(Rect rect, float x, float y, float width, float he... method RectFromPoint (line 441) | private Rect RectFromPoint(Vector2 point, float offsetX = 0.0f, float ... FILE: Assets/Plugins/Resemble/Scripts/PhonemeTables/PhonemeTable.cs class PhonemeTable (line 5) | public class PhonemeTable : ScriptableObject, iPhonemeTable method RefineData (line 10) | public virtual Phonemes RefineData(PhonemesTimeStamps raw) class PhonemeGroup (line 16) | [System.Serializable] FILE: Assets/Plugins/Resemble/Scripts/PhonemeTables/SimpleRemap.cs class SimpleRemap (line 4) | public class SimpleRemap : PhonemeTable method RefineData (line 6) | public override Phonemes RefineData(PhonemesTimeStamps raw) FILE: Assets/Plugins/Resemble/Scripts/PhonemeTables/iPhonemeTable.cs type iPhonemeTable (line 3) | public interface iPhonemeTable method RefineData (line 5) | Phonemes RefineData(PhonemesTimeStamps raw); FILE: Assets/Plugins/Resemble/Scripts/Phonemes.cs class Phonemes (line 7) | [System.Serializable] type PhonemeCurve (line 13) | [System.Serializable] method PhonemeCurve (line 20) | public PhonemeCurve(char phoneme, AnimationCurve curve) method Evaluate (line 29) | public KeyValuePair[] Evaluate(float normalizedTime) FILE: Assets/Plugins/Resemble/Scripts/PhonemesTimeStamps.cs type PhonemesTimeStamps (line 5) | [System.Serializable] method ToString (line 20) | public override string ToString() method ReadData (line 25) | public void ReadData() FILE: Assets/Plugins/Resemble/Scripts/Speech.cs class Speech (line 7) | [CreateAssetMenu(fileName = "New Speech", menuName = "Resemble Speech", ... method GetClip (line 18) | public Clip GetClip(string name) method GetAudio (line 29) | public AudioClip GetAudio(string name) method GetUserData (line 35) | public string GetUserData(string name) method GetClipsWithLabel (line 41) | public List GetClipsWithLabel(string label) method GetClipsWithLabel (line 54) | public List GetClipsWithLabel(string label, int value) method GetClipsWithLabel (line 67) | public List GetClipsWithLabel(Label label) FILE: Assets/Plugins/Resemble/Scripts/Tag.cs class Tag (line 6) | [System.Serializable] method Tag (line 17) | public Tag(Emotion emotion, int idA, int idB) method Tag (line 26) | public Tag(float breakTime, int id) method Tag (line 36) | public Tag(Tag tag, int idA, int idB) method ParseBreak (line 46) | public static Tag ParseBreak(string data, int id) method ParseEmotion (line 54) | public static Tag ParseEmotion(string data, int start, int end) method ToString (line 61) | public override string ToString() type Type (line 73) | public enum Type method OpenTag (line 80) | public string OpenTag() method CloseTag (line 93) | public string CloseTag() method Contains (line 106) | public bool Contains(int id) method Contains (line 111) | public ChangeState Contains(int id, int length) method AddCharacters (line 138) | public void AddCharacters(int id, int length) method RemoveCharacters (line 155) | public bool RemoveCharacters(int id, int length) method ClearCharacters (line 186) | public bool ClearCharacters(int id, int length, out Tag otherTag) type ChangeState (line 214) | public enum ChangeState class Tags (line 225) | public static class Tags method Color (line 237) | public static Color Color(this Tag.Type tag) FILE: Assets/Plugins/Resemble/Scripts/Text.cs class Text (line 6) | [System.Serializable] method BuildResembleString (line 34) | public string BuildResembleString() method ParseResembleString (line 57) | public void ParseResembleString(string rawString) type TagParser (line 128) | private struct TagParser method TagParser (line 130) | public TagParser(int id, string value) method ToString (line 149) | public override string ToString() type TagKey (line 166) | private struct TagKey method TagKey (line 172) | public TagKey(Tag tag, bool open) method ToString (line 179) | public override string ToString() method CallOnEdit (line 190) | public void CallOnEdit() method CallOnChangeSelect (line 196) | public void CallOnChangeSelect()