I2.Loc

From KitHack Model Club Wiki
Jump to navigation Jump to search

Back to SDK API Reference

I2.Loc

I2.Loc.CallbackNotification

  • Method: Void OnModifyLocalization()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.Example_ChangeLanguage

  • Method: Void SetLanguage_English()
  • Method: Void SetLanguage_French()
  • Method: Void SetLanguage_Spanish()
  • Method: Void SetLanguage(String LangName)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.Example_LocalizedString

  • Method: Void Start()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: LocalizedString _MyLocalizedString
  • Field: String _NormalString
  • Field: String _StringWithTermPopup

I2.Loc.GlobalParametersExample

  • Method: String GetParameterValue(String ParamName)
  • Method: Void OnEnable()
  • Method: Void OnDisable()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.RealTimeTranslation

  • Method: Void OnGUI()
  • Method: Void StartTranslating(String fromCode, String toCode)
  • Method: Void OnTranslationReady(String Translation, String errorMsg)
  • Method: Void ExampleMultiTranslations_Blocking()
  • Method: Void ExampleMultiTranslations_Async()
  • Method: Void OnMultitranslationReady(Dictionary`2 dict, String errorMsg)
  • Method: Boolean IsWaitingForTranslation()
  • Method: String GetTranslatedText()
  • Method: Void SetOriginalText(String text)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: String OriginalText
  • Field: String TranslatedText
  • Field: Boolean IsTranslating

I2.Loc.RegisterBundlesManager

  • Method: Void OnEnable()
  • Method: Void OnDisable()
  • Method: Object LoadFromBundle(String path, Type assetType)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.ToggleLanguage

  • Method: Void Start()
  • Method: Void test()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.PersistentStorage

  • Method: Void SetSetting_String(String key, String value)
  • Method: String GetSetting_String(String key, String defaultValue)
  • Method: Void DeleteSetting(String key)
  • Method: Boolean HasSetting(String key)
  • Method: Void ForceSaveSettings()
  • Method: Boolean CanAccessFiles()
  • Method: Boolean SaveFile(eFileType fileType, String fileName, String data, Boolean logExceptions)
  • Method: String LoadFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean DeleteFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean HasFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: I2CustomPersistentStorage mStorage

I2.Loc.PersistentStorage+eFileType

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eFileType Raw
  • Field: eFileType Persistent
  • Field: eFileType Temporal
  • Field: eFileType Streaming

I2.Loc.I2BasePersistentStorage

  • Method: Void SetSetting_String(String key, String value)
  • Method: String GetSetting_String(String key, String defaultValue)
  • Method: Void DeleteSetting(String key)
  • Method: Void ForceSaveSettings()
  • Method: Boolean HasSetting(String key)
  • Method: Boolean CanAccessFiles()
  • Method: String UpdateFilename(eFileType fileType, String fileName)
  • Method: Boolean SaveFile(eFileType fileType, String fileName, String data, Boolean logExceptions)
  • Method: String LoadFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean DeleteFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean HasFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()

I2.Loc.I2CustomPersistentStorage

  • Method: Void SetSetting_String(String key, String value)
  • Method: String GetSetting_String(String key, String defaultValue)
  • Method: Void DeleteSetting(String key)
  • Method: Void ForceSaveSettings()
  • Method: Boolean HasSetting(String key)
  • Method: Boolean CanAccessFiles()
  • Method: Boolean SaveFile(eFileType fileType, String fileName, String data, Boolean logExceptions)
  • Method: String LoadFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean DeleteFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Boolean HasFile(eFileType fileType, String fileName, Boolean logExceptions)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()

I2.Loc.BaseSpecializationManager

  • Method: Void InitializeSpecializations()
  • Method: String GetCurrentSpecialization()
  • Method: String GetFallbackSpecialization(String specialization)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String[] mSpecializations
  • Field: Dictionary`2 mSpecializationsFallbacks

I2.Loc.SpecializationManager

  • Method: String GetSpecializedText(String text, String specialization)
  • Method: String SetSpecializedText(String text, String newText, String specialization)
  • Method: String SetSpecializedText(Dictionary`2 specializations)
  • Method: Dictionary`2 GetSpecializations(String text, Dictionary`2 buffer)
  • Method: Void AppendSpecializations(String text, List`1 list)
  • Method: Void InitializeSpecializations()
  • Method: String GetCurrentSpecialization()
  • Method: String GetFallbackSpecialization(String specialization)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: SpecializationManager Singleton
  • Field: String[] mSpecializations
  • Field: Dictionary`2 mSpecializationsFallbacks

I2.Loc.EventCallback

  • Method: Void Execute(Object Sender)
  • Method: Boolean HasCallback()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: MonoBehaviour Target
  • Field: String MethodName

I2.Loc.ePluralType

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: ePluralType Zero
  • Field: ePluralType One
  • Field: ePluralType Two
  • Field: ePluralType Few
  • Field: ePluralType Many
  • Field: ePluralType Plural

I2.Loc.GoogleLanguages

  • Method: String GetLanguageCode(String Filter, Boolean ShowWarnings)
  • Method: List`1 GetLanguagesForDropdown(String Filter, String CodesToExclude)
  • Method: Boolean LanguageMatchesFilter(String Language, String[] Filters)
  • Method: String GetFormatedLanguageName(String Language)
  • Method: String GetCodedLanguage(String Language, String code)
  • Method: Void UnPackCodeFromLanguageName(String CodedLanguage, String& Language, String& code)
  • Method: String GetGoogleLanguageCode(String InternationalCode)
  • Method: String GetLanguageName(String code, Boolean useParenthesesForRegion, Boolean allowDiscardRegion)
  • Method: List`1 GetAllInternationalCodes()
  • Method: Boolean LanguageCode_HasJoinedWord(String languageCode)
  • Method: Int32 GetPluralRule(String langCode)
  • Method: Boolean LanguageHasPluralType(String langCode, String pluralType)
  • Method: ePluralType GetPluralType(String langCode, Int32 n)
  • Method: Int32 GetPluralTestNumber(String langCode, ePluralType pluralType)
  • Method: Boolean inRange(Int32 amount, Int32 min, Int32 max)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Dictionary`2 mLanguageDef

I2.Loc.GoogleLanguages+LanguageCodeDef

  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: String Code
  • Field: String GoogleCode
  • Field: Boolean HasJoinedWords
  • Field: Int32 PluralRule

I2.Loc.GoogleTranslation

  • Method: Boolean CanTranslate()
  • Method: Void Translate(String text, String LanguageCodeFrom, String LanguageCodeTo, Action`2 OnTranslationReady)
  • Method: String ForceTranslate(String text, String LanguageCodeFrom, String LanguageCodeTo)
  • Method: Void Translate(Dictionary`2 requests, Action`2 OnTranslationReady, Boolean usePOST)
  • Method: Boolean ForceTranslate(Dictionary`2 requests, Boolean usePOST)
  • Method: List`1 ConvertTranslationRequest(Dictionary`2 requests, Boolean encodeGET)
  • Method: Void AddTranslationJob(TranslationJob job)
  • Method: IEnumerator WaitForTranslations()
  • Method: String ParseTranslationResult(String html, Dictionary`2 requests)
  • Method: Boolean IsTranslating()
  • Method: Void CancelCurrentGoogleTranslations()
  • Method: Void CreateQueries(String text, String LanguageCodeFrom, String LanguageCodeTo, Dictionary`2 dict)
  • Method: Void CreateQueries_Plurals(String text, String LanguageCodeFrom, String LanguageCodeTo, Dictionary`2 dict)
  • Method: Void AddQuery(String text, String LanguageCodeFrom, String LanguageCodeTo, Dictionary`2 dict)
  • Method: String GetTranslation(String text, String LanguageCodeTo, Dictionary`2 dict)
  • Method: TranslationQuery FindQueryFromOrigText(String origText, Dictionary`2 dict)
  • Method: Boolean HasParameters(String text)
  • Method: String GetPluralParameter(String text, Boolean forceTag)
  • Method: String GetPluralText(String text, String pluralType)
  • Method: Int32 FindClosingTag(String tag, MatchCollection matches, Int32 startIndex)
  • Method: String GetGoogleNoTranslateTag(Int32 tagNumber)
  • Method: Void ParseNonTranslatableElements(TranslationQuery& query)
  • Method: String GetQueryResult(String text, String LanguageCodeTo, Dictionary`2 dict)
  • Method: String RebuildTranslation(String text, Dictionary`2 dict, String LanguageCodeTo)
  • Method: String RebuildTranslation_Plural(String text, Dictionary`2 dict, String LanguageCodeTo)
  • Method: String UppercaseFirst(String s)
  • Method: String TitleCase(String s)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: List`1 mCurrentTranslations
  • Field: List`1 mTranslationJobs

I2.Loc.TranslationQuery

  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: String OrigText
  • Field: String Text
  • Field: String LanguageCode
  • Field: String[] TargetLanguagesCode
  • Field: String[] Results
  • Field: String[] Tags

I2.Loc.TranslationJob

  • Method: eJobState GetState()
  • Method: Void Dispose()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: eJobState mJobState

I2.Loc.TranslationJob+eJobState

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eJobState Running
  • Field: eJobState Succeeded
  • Field: eJobState Failed

I2.Loc.TranslationJob_WWW

  • Method: Void Dispose()
  • Method: eJobState GetState()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: UnityWebRequest www
  • Field: eJobState mJobState

I2.Loc.TranslationJob_GET

  • Method: Void ExecuteNextQuery()
  • Method: eJobState GetState()
  • Method: Void ProcessResult(Byte[] bytes, String errorMsg)
  • Method: Void Dispose()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Dictionary`2 _requests
  • Field: Action`2 _OnTranslationReady
  • Field: List`1 mQueries
  • Field: String mErrorMessage
  • Field: UnityWebRequest www
  • Field: eJobState mJobState

I2.Loc.TranslationJob_Main

  • Method: eJobState GetState()
  • Method: Void Dispose()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: TranslationJob_WEB mWeb
  • Field: TranslationJob_POST mPost
  • Field: TranslationJob_GET mGet
  • Field: Dictionary`2 _requests
  • Field: Action`2 _OnTranslationReady
  • Field: String mErrorMessage
  • Field: eJobState mJobState

I2.Loc.TranslationJob_POST

  • Method: eJobState GetState()
  • Method: Void ProcessResult(Byte[] bytes, String errorMsg)
  • Method: Void Dispose()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Dictionary`2 _requests
  • Field: Action`2 _OnTranslationReady
  • Field: UnityWebRequest www
  • Field: eJobState mJobState

I2.Loc.TranslationJob_WEB

  • Method: Void FindAllQueries()
  • Method: Void ExecuteNextBatch()
  • Method: eJobState GetState()
  • Method: Void ProcessResult(Byte[] bytes, String errorMsg)
  • Method: String ParseTranslationResult(String html, String OriginalText)
  • Method: Void Dispose()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Dictionary`2 _requests
  • Field: Action`2 _OnTranslationReady
  • Field: String mErrorMessage
  • Field: String mCurrentBatch_ToLanguageCode
  • Field: String mCurrentBatch_FromLanguageCode
  • Field: List`1 mCurrentBatch_Text
  • Field: List`1 mQueries
  • Field: UnityWebRequest www
  • Field: eJobState mJobState

I2.Loc.eLanguageDataFlags

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eLanguageDataFlags DISABLED
  • Field: eLanguageDataFlags KEEP_LOADED
  • Field: eLanguageDataFlags NOT_LOADED

I2.Loc.LanguageData

  • Method: Boolean IsEnabled()
  • Method: Void SetEnabled(Boolean bEnabled)
  • Method: Boolean IsLoaded()
  • Method: Boolean CanBeUnloaded()
  • Method: Void SetLoaded(Boolean loaded)
  • Method: Void SetCanBeUnLoaded(Boolean allowUnloading)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: String Code
  • Field: Byte Flags
  • Field: Boolean Compressed

I2.Loc.LanguageSource

  • Method: LanguageSourceData get_SourceData()
  • Method: Void set_SourceData(LanguageSourceData value)
  • Method: Void Awake()
  • Method: Void OnDestroy()
  • Method: String GetSourceName()
  • Method: Void OnBeforeSerialize()
  • Method: Void OnAfterDeserialize()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: LanguageSourceData SourceData
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: LanguageSourceData mSource
  • Field: Int32 version
  • Field: Boolean NeverDestroy
  • Field: Boolean UserAgreesToHaveItOnTheScene
  • Field: Boolean UserAgreesToHaveItInsideThePluginsFolder
  • Field: Boolean GoogleLiveSyncIsUptoDate
  • Field: List`1 Assets
  • Field: String Google_WebServiceURL
  • Field: String Google_SpreadsheetKey
  • Field: String Google_SpreadsheetName
  • Field: String Google_LastUpdatedVersion
  • Field: eGoogleUpdateFrequency GoogleUpdateFrequency
  • Field: Single GoogleUpdateDelay
  • Field: List`1 mLanguages
  • Field: Boolean IgnoreDeviceLanguage
  • Field: eAllowUnloadLanguages _AllowUnloadingLanguages
  • Field: List`1 mTerms
  • Field: Boolean CaseInsensitiveTerms
  • Field: MissingTranslationAction OnMissingTranslation
  • Field: String mTerm_AppName

I2.Loc.LanguageSourceAsset

  • Method: LanguageSourceData get_SourceData()
  • Method: Void set_SourceData(LanguageSourceData value)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: LanguageSourceData SourceData
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: LanguageSourceData mSource

I2.Loc.ILanguageSource

  • Method: LanguageSourceData get_SourceData()
  • Method: Void set_SourceData(LanguageSourceData value)
  • Property: LanguageSourceData SourceData

I2.Loc.LanguageSourceData

  • Method: Object get_ownerObject()
  • Method: Void Awake()
  • Method: Void OnDestroy()
  • Method: Boolean IsEqualTo(LanguageSourceData Source)
  • Method: Boolean ManagerHasASimilarSource()
  • Method: Void ClearAllData()
  • Method: Boolean IsGlobalSource()
  • Method: Void Editor_SetDirty()
  • Method: Void UpdateAssetDictionary()
  • Method: Object FindAsset(String Name)
  • Method: Boolean HasAsset(Object Obj)
  • Method: Void AddAsset(Object Obj)
  • Method: String Export_I2CSV(String Category, Char Separator, Boolean specializationsAsRows)
  • Method: Void AppendI2Term(StringBuilder Builder, Int32 nLanguages, String Term, TermData termData, Char Separator, String forceSpecialization)
  • Method: Void AppendI2Text(StringBuilder Builder, String text)
  • Method: String Export_Language_to_Cache(Int32 langIndex, Boolean fillTermWithFallback)
  • Method: String Export_CSV(String Category, Char Separator, Boolean specializationsAsRows)
  • Method: Void AppendTerm(StringBuilder Builder, Int32 nLanguages, String Term, TermData termData, String specialization, Char Separator)
  • Method: Void AppendString(StringBuilder Builder, String Text, Char Separator)
  • Method: Void AppendTranslation(StringBuilder Builder, String Text, Char Separator, String tags)
  • Method: UnityWebRequest Export_Google_CreateWWWcall(eSpreadsheetUpdateMode UpdateMode)
  • Method: String Export_Google_CreateData()
  • Method: String Import_CSV(String Category, String CSVstring, eSpreadsheetUpdateMode UpdateMode, Char Separator)
  • Method: String Import_I2CSV(String Category, String I2CSVstring, eSpreadsheetUpdateMode UpdateMode)
  • Method: String Import_CSV(String Category, List`1 CSV, eSpreadsheetUpdateMode UpdateMode)
  • Method: Boolean ArrayContains(String MainText, String[] texts)
  • Method: eTermType GetTermType(String type)
  • Method: Void Import_Language_from_Cache(Int32 langIndex, String langData, Boolean useFallback, Boolean onlyCurrentSpecialization)
  • Method: Void FreeUnusedLanguages()
  • Method: Void Import_Google_FromCache()
  • Method: Boolean IsNewerVersion(String currentVersion, String newVersion)
  • Method: Void Import_Google(Boolean ForceUpdate, Boolean justCheck)
  • Method: String GetSourcePlayerPrefName()
  • Method: IEnumerator Import_Google_Coroutine(Boolean JustCheck)
  • Method: Void ApplyDownloadedDataOnSceneLoaded(Scene scene, LoadSceneMode mode)
  • Method: Void ApplyDownloadedDataFromGoogle()
  • Method: UnityWebRequest Import_Google_CreateWWWcall(Boolean ForceUpdate, Boolean justCheck)
  • Method: Boolean HasGoogleSpreadsheet()
  • Method: String Import_Google_Result(String JsonString, eSpreadsheetUpdateMode UpdateMode, Boolean saveInPlayerPrefs)
  • Method: Int32 GetLanguageIndex(String language, Boolean AllowDiscartingRegion, Boolean SkipDisabled)
  • Method: LanguageData GetLanguageData(String language, Boolean AllowDiscartingRegion)
  • Method: Boolean IsCurrentLanguage(Int32 languageIndex)
  • Method: Int32 GetLanguageIndexFromCode(String Code, Boolean exactMatch, Boolean ignoreDisabled)
  • Method: Int32 GetCommonWordInLanguageNames(String Language1, String Language2)
  • Method: Boolean AreTheSameLanguage(String Language1, String Language2)
  • Method: String GetLanguageWithoutRegion(String Language)
  • Method: Void AddLanguage(String LanguageName)
  • Method: Void AddLanguage(String LanguageName, String LanguageCode)
  • Method: Void RemoveLanguage(String LanguageName)
  • Method: List`1 GetLanguages(Boolean skipDisabled)
  • Method: List`1 GetLanguagesCode(Boolean allowRegions, Boolean skipDisabled)
  • Method: Boolean IsLanguageEnabled(String Language)
  • Method: Void EnableLanguage(String Language, Boolean bEnabled)
  • Method: Boolean AllowUnloadingLanguages()
  • Method: String GetSavedLanguageFileName(Int32 languageIndex)
  • Method: Void LoadLanguage(Int32 languageIndex, Boolean UnloadOtherLanguages, Boolean useFallback, Boolean onlyCurrentSpecialization, Boolean forceLoad)
  • Method: Void LoadAllLanguages(Boolean forceLoad)
  • Method: Void UnloadLanguage(Int32 languageIndex)
  • Method: Void SaveLanguages(Boolean unloadAll, eFileType fileLocation)
  • Method: Boolean HasUnloadedLanguages()
  • Method: List`1 GetCategories(Boolean OnlyMainCategory, List`1 Categories)
  • Method: String GetKeyFromFullTerm(String FullTerm, Boolean OnlyMainCategory)
  • Method: String GetCategoryFromFullTerm(String FullTerm, Boolean OnlyMainCategory)
  • Method: Void DeserializeFullTerm(String FullTerm, String& Key, String& Category, Boolean OnlyMainCategory)
  • Method: Void UpdateDictionary(Boolean force)
  • Method: String GetTranslation(String term, String overrideLanguage, String overrideSpecialization, Boolean skipDisabled, Boolean allowCategoryMistmatch)
  • Method: Boolean TryGetTranslation(String term, String& Translation, String overrideLanguage, String overrideSpecialization, Boolean skipDisabled, Boolean allowCategoryMistmatch)
  • Method: Boolean TryGetFallbackTranslation(TermData termData, String& Translation, Int32 langIndex, String overrideSpecialization, Boolean skipDisabled)
  • Method: TermData AddTerm(String term)
  • Method: TermData GetTermData(String term, Boolean allowCategoryMistmatch)
  • Method: Boolean ContainsTerm(String term)
  • Method: List`1 GetTermsList(String Category)
  • Method: TermData AddTerm(String NewTerm, eTermType termType, Boolean SaveSource)
  • Method: Void RemoveTerm(String term)
  • Method: Void ValidateFullTerm(String& Term)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Property: Object ownerObject
  • Field: ILanguageSource owner
  • Field: Boolean UserAgreesToHaveItOnTheScene
  • Field: Boolean UserAgreesToHaveItInsideThePluginsFolder
  • Field: Boolean GoogleLiveSyncIsUptoDate
  • Field: Boolean mIsGlobalSource
  • Field: List`1 mTerms
  • Field: Boolean CaseInsensitiveTerms
  • Field: Dictionary`2 mDictionary
  • Field: MissingTranslationAction OnMissingTranslation
  • Field: String mTerm_AppName
  • Field: List`1 mLanguages
  • Field: Boolean IgnoreDeviceLanguage
  • Field: eAllowUnloadLanguages _AllowUnloadingLanguages
  • Field: String Google_WebServiceURL
  • Field: String Google_SpreadsheetKey
  • Field: String Google_SpreadsheetName
  • Field: String Google_LastUpdatedVersion
  • Field: eGoogleUpdateFrequency GoogleUpdateFrequency
  • Field: eGoogleUpdateFrequency GoogleInEditorCheckFrequency
  • Field: eGoogleUpdateSynchronization GoogleUpdateSynchronization
  • Field: Single GoogleUpdateDelay
  • Field: List`1 Assets
  • Field: Dictionary`2 mAssetDictionary
  • Field: String mDelayedGoogleData
  • Field: String EmptyCategory
  • Field: Char[] CategorySeparators

I2.Loc.LanguageSourceData+MissingTranslationAction

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: MissingTranslationAction Empty
  • Field: MissingTranslationAction Fallback
  • Field: MissingTranslationAction ShowWarning
  • Field: MissingTranslationAction ShowTerm

I2.Loc.LanguageSourceData+eAllowUnloadLanguages

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eAllowUnloadLanguages Never
  • Field: eAllowUnloadLanguages OnlyInDevice
  • Field: eAllowUnloadLanguages EditorAndDevice

I2.Loc.LanguageSourceData+eGoogleUpdateFrequency

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eGoogleUpdateFrequency Always
  • Field: eGoogleUpdateFrequency Never
  • Field: eGoogleUpdateFrequency Daily
  • Field: eGoogleUpdateFrequency Weekly
  • Field: eGoogleUpdateFrequency Monthly
  • Field: eGoogleUpdateFrequency OnlyOnce

I2.Loc.LanguageSourceData+eGoogleUpdateSynchronization

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eGoogleUpdateSynchronization Manual
  • Field: eGoogleUpdateSynchronization OnSceneLoaded
  • Field: eGoogleUpdateSynchronization AsSoonAsDownloaded

I2.Loc.eSpreadsheetUpdateMode

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eSpreadsheetUpdateMode None
  • Field: eSpreadsheetUpdateMode Replace
  • Field: eSpreadsheetUpdateMode Merge
  • Field: eSpreadsheetUpdateMode AddNewTerms

I2.Loc.LocalizationReader

  • Method: Dictionary`2 ReadTextAsset(TextAsset asset)
  • Method: Boolean TextAsset_ReadLine(String line, String& key, String& value, String& category, String& comment, String& termType)
  • Method: String ReadCSVfile(String Path, Encoding encoding)
  • Method: List`1 ReadCSV(String Text, Char Separator)
  • Method: String[] ParseCSVline(String Line, Int32& iStart, Char Separator)
  • Method: Void AddCSVtoken(List`1& list, String& Line, Int32 iEnd, Int32& iWordStart)
  • Method: List`1 ReadI2CSV(String Text)
  • Method: Void ValidateFullTerm(String& Term)
  • Method: String EncodeString(String str)
  • Method: String DecodeString(String str)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()

I2.Loc.Localize

  • Method: String get_Term()
  • Method: Void set_Term(String value)
  • Method: String get_SecondaryTerm()
  • Method: Void set_SecondaryTerm(String value)
  • Method: Void Awake()
  • Method: Void OnEnable()
  • Method: Boolean HasCallback()
  • Method: Void OnLocalize(Boolean Force)
  • Method: Boolean FindTarget()
  • Method: Void GetFinalTerms(String& primaryTerm, String& secondaryTerm)
  • Method: String GetMainTargetsText()
  • Method: Void SetFinalTerms(String Main, String Secondary, String& primaryTerm, String& secondaryTerm, Boolean RemoveNonASCII)
  • Method: Void SetTerm(String primary)
  • Method: Void SetTerm(String primary, String secondary)
  • Method: T GetSecondaryTranslatedObj(String& mainTranslation, String& secondaryTranslation)
  • Method: Void UpdateAssetDictionary()
  • Method: T GetObject(String Translation)
  • Method: T GetTranslatedObject(String Translation)
  • Method: Void DeserializeTranslation(String translation, String& value, String& secondary)
  • Method: T FindTranslatedObject(String value)
  • Method: Boolean HasTranslatedObject(Object Obj)
  • Method: Void AddTranslatedObject(Object Obj)
  • Method: Void SetGlobalLanguage(String Language)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String Term
  • Property: String SecondaryTerm
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: String mTerm
  • Field: String mTermSecondary
  • Field: String FinalTerm
  • Field: String FinalSecondaryTerm
  • Field: TermModification PrimaryTermModifier
  • Field: TermModification SecondaryTermModifier
  • Field: String TermPrefix
  • Field: String TermSuffix
  • Field: Boolean LocalizeOnAwake
  • Field: String LastLocalizedLanguage
  • Field: Boolean IgnoreRTL
  • Field: Int32 MaxCharactersInRTL
  • Field: Boolean IgnoreNumbersInRTL
  • Field: Boolean CorrectAlignmentForRTL
  • Field: Boolean AddSpacesToJoinedLanguages
  • Field: Boolean AllowLocalizedParameters
  • Field: List`1 TranslatedObjects
  • Field: Dictionary`2 mAssetDictionary
  • Field: UnityEvent LocalizeEvent
  • Field: Boolean AlwaysForceLocalize
  • Field: EventCallback LocalizeCallBack
  • Field: Boolean mGUI_ShowReferences
  • Field: Boolean mGUI_ShowTems
  • Field: Boolean mGUI_ShowCallback
  • Field: ILocalizeTarget mLocalizeTarget
  • Field: String mLocalizeTargetName
  • Field: String MainTranslation
  • Field: String SecondaryTranslation
  • Field: String CallBackTerm
  • Field: String CallBackSecondaryTerm
  • Field: Localize CurrentLocalizeComponent

I2.Loc.Localize+TermModification

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: TermModification DontModify
  • Field: TermModification ToUpper
  • Field: TermModification ToLower
  • Field: TermModification ToUpperFirst
  • Field: TermModification ToTitle

I2.Loc.LocalizeDropdown

  • Method: Void Start()
  • Method: Void OnDestroy()
  • Method: Void OnEnable()
  • Method: Void OnLocalize()
  • Method: Void FillValues()
  • Method: Void UpdateLocalization()
  • Method: Void UpdateLocalizationTMPro()
  • Method: Void FillValuesTMPro()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: List`1 _Terms

I2.Loc.LocalizationManager

  • Method: Void InitializeIfNeeded()
  • Method: String GetVersion()
  • Method: Int32 GetRequiredWebServiceVersion()
  • Method: String GetWebServiceURL(LanguageSourceData source)
  • Method: String get_CurrentLanguage()
  • Method: Void set_CurrentLanguage(String value)
  • Method: String get_CurrentLanguageCode()
  • Method: Void set_CurrentLanguageCode(String value)
  • Method: String get_CurrentRegion()
  • Method: Void set_CurrentRegion(String value)
  • Method: String get_CurrentRegionCode()
  • Method: Void set_CurrentRegionCode(String value)
  • Method: CultureInfo get_CurrentCulture()
  • Method: Void SetLanguageAndCode(String LanguageName, String LanguageCode, Boolean RememberLanguage, Boolean Force)
  • Method: CultureInfo CreateCultureForCode(String code)
  • Method: Void EnableChangingCultureInfo(Boolean bEnable)
  • Method: Void SetCurrentCultureInfo()
  • Method: Void SelectStartupLanguage()
  • Method: Boolean HasLanguage(String Language, Boolean AllowDiscartingRegion, Boolean Initialize, Boolean SkipDisabled)
  • Method: String GetSupportedLanguage(String Language, Boolean ignoreDisabled)
  • Method: String GetLanguageCode(String Language)
  • Method: String GetLanguageFromCode(String Code, Boolean exactMatch)
  • Method: List`1 GetAllLanguages(Boolean SkipDisabled)
  • Method: List`1 GetAllLanguagesCode(Boolean allowRegions, Boolean SkipDisabled)
  • Method: Boolean IsLanguageEnabled(String Language)
  • Method: Void LoadCurrentLanguage()
  • Method: Void PreviewLanguage(String NewLanguage)
  • Method: Void AutoLoadGlobalParamManagers()
  • Method: Void ApplyLocalizationParams(String& translation, Boolean allowLocalizedParameters)
  • Method: Void ApplyLocalizationParams(String& translation, GameObject root, Boolean allowLocalizedParameters)
  • Method: Void ApplyLocalizationParams(String& translation, Dictionary`2 parameters, Boolean allowLocalizedParameters)
  • Method: Void ApplyLocalizationParams(String& translation, _GetParam getParam, Boolean allowLocalizedParameters)
  • Method: String GetLocalizationParam(String ParamName, GameObject root)
  • Method: String GetPluralType(MatchCollection matches, String langCode, _GetParam getParam)
  • Method: String ApplyRTLfix(String line)
  • Method: String ApplyRTLfix(String line, Int32 maxCharacters, Boolean ignoreNumbers)
  • Method: String FixRTL_IfNeeded(String text, Int32 maxCharacters, Boolean ignoreNumber)
  • Method: Boolean IsRTL(String Code)
  • Method: Boolean UpdateSources()
  • Method: Void UnregisterDeletededSources()
  • Method: Void RegisterSceneSources()
  • Method: Void RegisterSourceInResources()
  • Method: Void AddSource(LanguageSourceData Source)
  • Method: IEnumerator Delayed_Import_Google(LanguageSourceData source, Single delay, Boolean justCheck)
  • Method: Void RemoveSource(LanguageSourceData Source)
  • Method: Boolean IsGlobalSource(String SourceName)
  • Method: LanguageSourceData GetSourceContaining(String term, Boolean fallbackToFirst)
  • Method: Object FindAsset(String value)
  • Method: Void ApplyDownloadedDataFromGoogle()
  • Method: String GetCurrentDeviceLanguage(Boolean force)
  • Method: Void DetectDeviceLanguage()
  • Method: Void RegisterTarget(ILocalizeTargetDescriptor desc)
  • Method: String GetTranslation(String Term, Boolean FixForRTL, Int32 maxLineLengthForRTL, Boolean ignoreRTLnumbers, Boolean applyParameters, GameObject localParametersRoot, String overrideLanguage)
  • Method: String GetTermTranslation(String Term, Boolean FixForRTL, Int32 maxLineLengthForRTL, Boolean ignoreRTLnumbers, Boolean applyParameters, GameObject localParametersRoot, String overrideLanguage)
  • Method: Boolean TryGetTranslation(String Term, String& Translation, Boolean FixForRTL, Int32 maxLineLengthForRTL, Boolean ignoreRTLnumbers, Boolean applyParameters, GameObject localParametersRoot, String overrideLanguage)
  • Method: T GetTranslatedObject(String Term, Localize optionalLocComp)
  • Method: String GetAppName(String languageCode)
  • Method: Void LocalizeAll(Boolean Force)
  • Method: IEnumerator Coroutine_LocalizeAll()
  • Method: Void DoLocalizeAll(Boolean Force)
  • Method: List`1 GetCategories()
  • Method: List`1 GetTermsList(String Category)
  • Method: TermData GetTermData(String term)
  • Method: TermData GetTermData(String term, LanguageSourceData& source)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Property: String CurrentLanguage
  • Property: String CurrentLanguageCode
  • Property: String CurrentRegion
  • Property: String CurrentRegionCode
  • Property: CultureInfo CurrentCulture
  • Field: String mCurrentLanguage
  • Field: String mLanguageCode
  • Field: CultureInfo mCurrentCulture
  • Field: Boolean mChangeCultureInfo
  • Field: Boolean IsRight2Left
  • Field: Boolean HasJoinedWords
  • Field: List`1 ParamManagers
  • Field: String[] LanguagesRTL
  • Field: List`1 Sources
  • Field: String[] GlobalSources
  • Field: String mCurrentDeviceLanguage
  • Field: List`1 mLocalizeTargets
  • Field: Boolean mLocalizeIsScheduled
  • Field: Boolean mLocalizeIsScheduledWithForcedValue
  • Field: Boolean HighlightLocalizedTargets

I2.Loc.LocalizationManager+_GetParam

  • Method: Object Invoke(String param)
  • Method: IAsyncResult BeginInvoke(String param, AsyncCallback callback, Object object)
  • Method: Object EndInvoke(IAsyncResult result)
  • Method: Boolean IsUnmanagedFunctionPtr()
  • Method: Boolean InvocationListLogicallyNull()
  • Method: Void GetObjectData(SerializationInfo info, StreamingContext context)
  • Method: Boolean Equals(Object obj)
  • Method: MulticastDelegate NewMulticastDelegate(Object[] invocationList, Int32 invocationCount)
  • Method: Void StoreDynamicMethod(MethodInfo dynamicMethod)
  • Method: Delegate CombineImpl(Delegate follow)
  • Method: Delegate RemoveImpl(Delegate value)
  • Method: Delegate[] GetInvocationList()
  • Method: Int32 GetHashCode()
  • Method: Object GetTarget()
  • Method: MethodInfo GetMethodImpl()
  • Method: Object DynamicInvokeImpl(Object[] args)
  • Method: Object get_Target()
  • Method: IntPtr GetMulticastInvoke()
  • Method: IntPtr GetInvokeMethod()
  • Method: IRuntimeMethodInfo FindMethodHandle()
  • Method: IntPtr AdjustTarget(Object target, IntPtr methodPtr)
  • Method: IntPtr GetCallStub(IntPtr methodPtr)
  • Method: Object Clone()
  • Method: Object DynamicInvoke(Object[] args)
  • Method: MethodInfo get_Method()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Property: Object Target
  • Property: MethodInfo Method
  • Field: Object _target
  • Field: Object _methodBase
  • Field: IntPtr _methodPtr
  • Field: IntPtr _methodPtrAux

I2.Loc.LocalizationManager+OnLocalizeCallback

  • Method: Void Invoke()
  • Method: IAsyncResult BeginInvoke(AsyncCallback callback, Object object)
  • Method: Void EndInvoke(IAsyncResult result)
  • Method: Boolean IsUnmanagedFunctionPtr()
  • Method: Boolean InvocationListLogicallyNull()
  • Method: Void GetObjectData(SerializationInfo info, StreamingContext context)
  • Method: Boolean Equals(Object obj)
  • Method: MulticastDelegate NewMulticastDelegate(Object[] invocationList, Int32 invocationCount)
  • Method: Void StoreDynamicMethod(MethodInfo dynamicMethod)
  • Method: Delegate CombineImpl(Delegate follow)
  • Method: Delegate RemoveImpl(Delegate value)
  • Method: Delegate[] GetInvocationList()
  • Method: Int32 GetHashCode()
  • Method: Object GetTarget()
  • Method: MethodInfo GetMethodImpl()
  • Method: Object DynamicInvokeImpl(Object[] args)
  • Method: Object get_Target()
  • Method: IntPtr GetMulticastInvoke()
  • Method: IntPtr GetInvokeMethod()
  • Method: IRuntimeMethodInfo FindMethodHandle()
  • Method: IntPtr AdjustTarget(Object target, IntPtr methodPtr)
  • Method: IntPtr GetCallStub(IntPtr methodPtr)
  • Method: Object Clone()
  • Method: Object DynamicInvoke(Object[] args)
  • Method: MethodInfo get_Method()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Property: Object Target
  • Property: MethodInfo Method
  • Field: Object _target
  • Field: Object _methodBase
  • Field: IntPtr _methodPtr
  • Field: IntPtr _methodPtrAux

I2.Loc.ILocalizeTarget

  • Method: Boolean IsValid(Localize cmp)
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.LocalizeTarget`1

  • Method: Boolean IsValid(Localize cmp)
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: T mTarget

I2.Loc.ILocalizeTargetDescriptor

  • Method: Boolean CanLocalize(Localize cmp)
  • Method: ILocalizeTarget CreateTarget(Localize cmp)
  • Method: Type GetTargetType()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: Int32 Priority

I2.Loc.LocalizeTargetDesc`1

  • Method: ILocalizeTarget CreateTarget(Localize cmp)
  • Method: Type GetTargetType()
  • Method: Boolean CanLocalize(Localize cmp)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: Int32 Priority

I2.Loc.LocalizeTargetDesc_Type`2

  • Method: Boolean CanLocalize(Localize cmp)
  • Method: ILocalizeTarget CreateTarget(Localize cmp)
  • Method: Type GetTargetType()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: Int32 Priority

I2.Loc.LocalizeTarget_TextMeshPro_Label

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: TMP_FontAsset GetTMPFontFromMaterial(Localize cmp, String matName)
  • Method: Void InitAlignment_TMPro(Boolean isRTL, TextAlignmentOptions alignment, TextAlignmentOptions& alignLTR, TextAlignmentOptions& alignRTL)
  • Method: Void SetFont(TMP_Text label, TMP_FontAsset newFont)
  • Method: Void SetMaterial(TMP_Text label, Material newMat)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: TextAlignmentOptions mAlignment_RTL
  • Field: TextAlignmentOptions mAlignment_LTR
  • Field: Boolean mAlignmentWasRTL
  • Field: Boolean mInitializeAlignment
  • Field: TextMeshPro mTarget

I2.Loc.LocalizeTarget_TextMeshPro_UGUI

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: TextAlignmentOptions mAlignment_RTL
  • Field: TextAlignmentOptions mAlignment_LTR
  • Field: Boolean mAlignmentWasRTL
  • Field: Boolean mInitializeAlignment
  • Field: TextMeshProUGUI mTarget

I2.Loc.LocalizeTarget_UnityStandard_AudioSource

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: AudioSource mTarget

I2.Loc.LocalizeTargetDesc_Child

  • Method: Boolean CanLocalize(Localize cmp)
  • Method: ILocalizeTarget CreateTarget(Localize cmp)
  • Method: Type GetTargetType()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: Int32 Priority

I2.Loc.LocalizeTarget_UnityStandard_Child

  • Method: Void AutoRegister()
  • Method: Boolean IsValid(Localize cmp)
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: GameObject mTarget

I2.Loc.LocalizeTarget_UnityStandard_MeshRenderer

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: MeshRenderer mTarget

I2.Loc.LocalizeTargetDesc_Prefab

  • Method: Boolean CanLocalize(Localize cmp)
  • Method: ILocalizeTarget CreateTarget(Localize cmp)
  • Method: Type GetTargetType()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Name
  • Field: Int32 Priority

I2.Loc.LocalizeTarget_UnityStandard_Prefab

  • Method: Void AutoRegister()
  • Method: Boolean IsValid(Localize cmp)
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Transform InstantiateNewPrefab(Localize cmp, String mainTranslation)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: GameObject mTarget

I2.Loc.LocalizeTarget_UnityStandard_SpriteRenderer

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: SpriteRenderer mTarget

I2.Loc.LocalizeTarget_UnityStandard_TextMesh

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: TextAlignment mAlignment_RTL
  • Field: TextAlignment mAlignment_LTR
  • Field: Boolean mAlignmentWasRTL
  • Field: Boolean mInitializeAlignment
  • Field: TextMesh mTarget

I2.Loc.LocalizeTarget_UnityUI_Image

  • Method: Void AutoRegister()
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: Image mTarget

I2.Loc.LocalizeTarget_UnityUI_RawImage

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: RawImage mTarget

I2.Loc.LocalizeTarget_UnityUI_Text

  • Method: Void AutoRegister()
  • Method: eTermType GetPrimaryTermType(Localize cmp)
  • Method: eTermType GetSecondaryTermType(Localize cmp)
  • Method: Boolean CanUseSecondaryTerm()
  • Method: Boolean AllowMainTermToBeRTL()
  • Method: Boolean AllowSecondTermToBeRTL()
  • Method: Void GetFinalTerms(Localize cmp, String Main, String Secondary, String& primaryTerm, String& secondaryTerm)
  • Method: Void DoLocalize(Localize cmp, String mainTranslation, String secondaryTranslation)
  • Method: Void InitAlignment(Boolean isRTL, TextAnchor alignment, TextAnchor& alignLTR, TextAnchor& alignRTL)
  • Method: Boolean IsValid(Localize cmp)
  • Method: Void SetDirty()
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: TextAnchor mAlignment_RTL
  • Field: TextAnchor mAlignment_LTR
  • Field: Boolean mAlignmentWasRTL
  • Field: Boolean mInitializeAlignment
  • Field: Text mTarget

I2.Loc.eTermType

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: eTermType Text
  • Field: eTermType Font
  • Field: eTermType Texture
  • Field: eTermType AudioClip
  • Field: eTermType GameObject
  • Field: eTermType Sprite
  • Field: eTermType Material
  • Field: eTermType Child
  • Field: eTermType Mesh
  • Field: eTermType TextMeshPFont
  • Field: eTermType Object

I2.Loc.TranslationFlag

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Byte value__
  • Field: TranslationFlag Normal
  • Field: TranslationFlag AutoTranslated

I2.Loc.TermData

  • Method: String GetTranslation(Int32 idx, String specialization, Boolean editMode)
  • Method: Void SetTranslation(Int32 idx, String translation, String specialization)
  • Method: Void RemoveSpecialization(String specialization)
  • Method: Void RemoveSpecialization(Int32 idx, String specialization)
  • Method: Boolean IsAutoTranslated(Int32 idx, Boolean IsTouch)
  • Method: Void Validate()
  • Method: Boolean IsTerm(String name, Boolean allowCategoryMistmatch)
  • Method: Boolean HasSpecializations()
  • Method: List`1 GetAllSpecializations()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String Term
  • Field: eTermType TermType
  • Field: String Description
  • Field: String[] Languages
  • Field: Byte[] Flags
  • Field: String[] Languages_Touch

I2.Loc.TermsPopup

  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Object get_TypeId()
  • Method: Boolean Match(Object obj)
  • Method: Boolean IsDefaultAttribute()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Property: String Filter
  • Property: Int32 order
  • Property: Object TypeId

I2.Loc.AutoChangeCultureInfo

  • Method: Void Start()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.CoroutineManager

  • Method: CoroutineManager get_pInstance()
  • Method: Void Awake()
  • Method: Coroutine Start(IEnumerator coroutine)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: CoroutineManager pInstance
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: CoroutineManager mInstance

I2.Loc.CustomLocalizeCallback

  • Method: Void Enable()
  • Method: Void OnDisable()
  • Method: Void OnLocalize()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: UnityEvent _OnLocalize

I2.Loc.HindiFixer

  • Method: String Fix(String text)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()

I2.Loc.I2Utils

  • Method: String ReverseText(String source)
  • Method: String RemoveNonASCII(String text, Boolean allowCategory)
  • Method: String GetValidTermName(String text, Boolean allowCategory)
  • Method: String SplitLine(String line, Int32 maxCharacters)
  • Method: Boolean FindNextTag(String line, Int32 iStart, Int32& tagStart, Int32& tagEnd)
  • Method: String RemoveTags(String text)
  • Method: Boolean RemoveResourcesPath(String& sPath)
  • Method: Boolean IsPlaying()
  • Method: String GetPath(Transform tr)
  • Method: Transform FindObject(String objectPath)
  • Method: Transform FindObject(Scene scene, String objectPath)
  • Method: Transform FindObject(Transform root, String objectPath)
  • Method: H FindInParents(Transform tr)
  • Method: String GetCaptureMatch(Match match)
  • Method: Void SendWebRequest(UnityWebRequest www)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: String ValidChars
  • Field: String NumberChars
  • Field: String ValidNameSymbols

I2.Loc.ILocalizationParamsManager

  • Method: String GetParameterValue(String Param)

I2.Loc.LocalizationParamsManager

  • Method: String GetParameterValue(String ParamName)
  • Method: Void SetParameterValue(String ParamName, String ParamValue, Boolean localize)
  • Method: Void OnLocalize()
  • Method: Void OnEnable()
  • Method: Void DoAutoRegister()
  • Method: Void OnDisable()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: List`1 _Params
  • Field: Boolean _IsGlobalManager

I2.Loc.LocalizationParamsManager+ParamValue

  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: String Name
  • Field: String Value

I2.Loc.LocalizedString

  • Method: String op_Implicit(LocalizedString s)
  • Method: LocalizedString op_Implicit(String term)
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: String mTerm
  • Field: Boolean mRTL_IgnoreArabicFix
  • Field: Int32 mRTL_MaxLineLength
  • Field: Boolean mRTL_ConvertNumbers
  • Field: Boolean m_DontLocalizeParameters

I2.Loc.RegisterGlobalParameters

  • Method: Void OnEnable()
  • Method: Void OnDisable()
  • Method: String GetParameterValue(String ParamName)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.IResourceManager_Bundles

  • Method: Object LoadFromBundle(String path, Type assetType)

I2.Loc.ResourceManager

  • Method: ResourceManager get_pInstance()
  • Method: Void MyOnLevelWasLoaded(Scene scene, LoadSceneMode mode)
  • Method: T GetAsset(String Name)
  • Method: Object FindAsset(String Name)
  • Method: Boolean HasAsset(Object Obj)
  • Method: T LoadFromResources(String Path)
  • Method: T LoadFromBundle(String path)
  • Method: Void CleanResourceCache()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: ResourceManager pInstance
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: List`1 mBundleManagers
  • Field: Object[] Assets
  • Field: Dictionary`2 mResourcesCache
  • Field: ResourceManager mInstance

I2.Loc.RTLFixer

  • Method: String Fix(String str)
  • Method: String Fix(String str, Boolean rtl)
  • Method: String Fix(String str, Boolean showTashkeel, Boolean useHinduNumbers)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()

I2.Loc.IsolatedArabicLetters

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: IsolatedArabicLetters Hamza
  • Field: IsolatedArabicLetters Alef
  • Field: IsolatedArabicLetters AlefHamza
  • Field: IsolatedArabicLetters WawHamza
  • Field: IsolatedArabicLetters AlefMaksoor
  • Field: IsolatedArabicLetters AlefMaksora
  • Field: IsolatedArabicLetters HamzaNabera
  • Field: IsolatedArabicLetters Ba
  • Field: IsolatedArabicLetters Ta
  • Field: IsolatedArabicLetters Tha2
  • Field: IsolatedArabicLetters Jeem
  • Field: IsolatedArabicLetters H7aa
  • Field: IsolatedArabicLetters Khaa2
  • Field: IsolatedArabicLetters Dal
  • Field: IsolatedArabicLetters Thal
  • Field: IsolatedArabicLetters Ra2
  • Field: IsolatedArabicLetters Zeen
  • Field: IsolatedArabicLetters Seen
  • Field: IsolatedArabicLetters Sheen
  • Field: IsolatedArabicLetters S9a
  • Field: IsolatedArabicLetters Dha
  • Field: IsolatedArabicLetters T6a
  • Field: IsolatedArabicLetters T6ha
  • Field: IsolatedArabicLetters Ain
  • Field: IsolatedArabicLetters Gain
  • Field: IsolatedArabicLetters Fa
  • Field: IsolatedArabicLetters Gaf
  • Field: IsolatedArabicLetters Kaf
  • Field: IsolatedArabicLetters Lam
  • Field: IsolatedArabicLetters Meem
  • Field: IsolatedArabicLetters Noon
  • Field: IsolatedArabicLetters Ha
  • Field: IsolatedArabicLetters Waw
  • Field: IsolatedArabicLetters Ya
  • Field: IsolatedArabicLetters AlefMad
  • Field: IsolatedArabicLetters TaMarboota
  • Field: IsolatedArabicLetters PersianPe
  • Field: IsolatedArabicLetters PersianChe
  • Field: IsolatedArabicLetters PersianZe
  • Field: IsolatedArabicLetters PersianGaf
  • Field: IsolatedArabicLetters PersianGaf2

I2.Loc.GeneralArabicLetters

  • Method: Boolean HasFlag(Enum flag)
  • Method: Object GetValue()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Method: Int32 CompareTo(Object target)
  • Method: String ToString()
  • Method: String ToString(String format)
  • Method: String ToString(IFormatProvider provider)
  • Method: String ToString(String format, IFormatProvider provider)
  • Method: Boolean System.ISpanFormattable.TryFormat(Span`1 destination, Int32& charsWritten, ReadOnlySpan`1 format, IFormatProvider provider)
  • Method: TypeCode GetTypeCode()
  • Method: Boolean System.IConvertible.ToBoolean(IFormatProvider provider)
  • Method: Char System.IConvertible.ToChar(IFormatProvider provider)
  • Method: SByte System.IConvertible.ToSByte(IFormatProvider provider)
  • Method: Byte System.IConvertible.ToByte(IFormatProvider provider)
  • Method: Int16 System.IConvertible.ToInt16(IFormatProvider provider)
  • Method: UInt16 System.IConvertible.ToUInt16(IFormatProvider provider)
  • Method: Int32 System.IConvertible.ToInt32(IFormatProvider provider)
  • Method: UInt32 System.IConvertible.ToUInt32(IFormatProvider provider)
  • Method: Int64 System.IConvertible.ToInt64(IFormatProvider provider)
  • Method: UInt64 System.IConvertible.ToUInt64(IFormatProvider provider)
  • Method: Single System.IConvertible.ToSingle(IFormatProvider provider)
  • Method: Double System.IConvertible.ToDouble(IFormatProvider provider)
  • Method: Decimal System.IConvertible.ToDecimal(IFormatProvider provider)
  • Method: DateTime System.IConvertible.ToDateTime(IFormatProvider provider)
  • Method: Object System.IConvertible.ToType(Type type, IFormatProvider provider)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Field: Int32 value__
  • Field: GeneralArabicLetters Hamza
  • Field: GeneralArabicLetters Alef
  • Field: GeneralArabicLetters AlefHamza
  • Field: GeneralArabicLetters WawHamza
  • Field: GeneralArabicLetters AlefMaksoor
  • Field: GeneralArabicLetters AlefMagsora
  • Field: GeneralArabicLetters HamzaNabera
  • Field: GeneralArabicLetters Ba
  • Field: GeneralArabicLetters Ta
  • Field: GeneralArabicLetters Tha2
  • Field: GeneralArabicLetters Jeem
  • Field: GeneralArabicLetters H7aa
  • Field: GeneralArabicLetters Khaa2
  • Field: GeneralArabicLetters Dal
  • Field: GeneralArabicLetters Thal
  • Field: GeneralArabicLetters Ra2
  • Field: GeneralArabicLetters Zeen
  • Field: GeneralArabicLetters Seen
  • Field: GeneralArabicLetters Sheen
  • Field: GeneralArabicLetters S9a
  • Field: GeneralArabicLetters Dha
  • Field: GeneralArabicLetters T6a
  • Field: GeneralArabicLetters T6ha
  • Field: GeneralArabicLetters Ain
  • Field: GeneralArabicLetters Gain
  • Field: GeneralArabicLetters Fa
  • Field: GeneralArabicLetters Gaf
  • Field: GeneralArabicLetters Kaf
  • Field: GeneralArabicLetters Lam
  • Field: GeneralArabicLetters Meem
  • Field: GeneralArabicLetters Noon
  • Field: GeneralArabicLetters Ha
  • Field: GeneralArabicLetters Waw
  • Field: GeneralArabicLetters Ya
  • Field: GeneralArabicLetters AlefMad
  • Field: GeneralArabicLetters TaMarboota
  • Field: GeneralArabicLetters PersianPe
  • Field: GeneralArabicLetters PersianChe
  • Field: GeneralArabicLetters PersianZe
  • Field: GeneralArabicLetters PersianGaf
  • Field: GeneralArabicLetters PersianGaf2

I2.Loc.ArabicMapping

  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Int32 from
  • Field: Int32 to

I2.Loc.ArabicTable

  • Method: ArabicTable get_ArabicMapper()
  • Method: Int32 Convert(Int32 toBeConverted)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Property: ArabicTable ArabicMapper
  • Field: List`1 mapList
  • Field: ArabicTable arabicMapper

I2.Loc.TashkeelLocation

  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Char tashkeel
  • Field: Int32 position

I2.Loc.RTLFixerTool

  • Method: String RemoveTashkeel(String str, List`1& tashkeelLocation)
  • Method: Char[] ReturnTashkeel(Char[] letters, List`1 tashkeelLocation)
  • Method: String FixLine(String str)
  • Method: Boolean IsIgnoredCharacter(Char ch)
  • Method: Boolean IsLeadingLetter(Char[] letters, Int32 index)
  • Method: Boolean IsFinishingLetter(Char[] letters, Int32 index)
  • Method: Boolean IsMiddleLetter(Char[] letters, Int32 index)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Boolean showTashkeel
  • Field: Boolean useHinduNumbers

I2.Loc.SetLanguage

  • Method: Void OnClick()
  • Method: Void ApplyLanguage()
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags
  • Field: String _Language

I2.Loc.SetLanguageDropdown

  • Method: Void OnEnable()
  • Method: Void OnValueChanged(Int32 index)
  • Method: Boolean IsInvoking()
  • Method: Void CancelInvoke()
  • Method: Void Invoke(String methodName, Single time)
  • Method: Void InvokeRepeating(String methodName, Single time, Single repeatRate)
  • Method: Void CancelInvoke(String methodName)
  • Method: Boolean IsInvoking(String methodName)
  • Method: Coroutine StartCoroutine(String methodName)
  • Method: Coroutine StartCoroutine(String methodName, Object value)
  • Method: Coroutine StartCoroutine(IEnumerator routine)
  • Method: Coroutine StartCoroutine_Auto(IEnumerator routine)
  • Method: Void StopCoroutine(IEnumerator routine)
  • Method: Void StopCoroutine(Coroutine routine)
  • Method: Void StopCoroutine(String methodName)
  • Method: Void StopAllCoroutines()
  • Method: Boolean get_useGUILayout()
  • Method: Void set_useGUILayout(Boolean value)
  • Method: String GetScriptClassName()
  • Method: Boolean get_enabled()
  • Method: Void set_enabled(Boolean value)
  • Method: Boolean get_isActiveAndEnabled()
  • Method: Transform get_transform()
  • Method: GameObject get_gameObject()
  • Method: Component GetComponent(Type type)
  • Method: Void GetComponentFastPath(Type type, IntPtr oneFurtherThanResultValue)
  • Method: T GetComponent()
  • Method: Boolean TryGetComponent(Type type, Component& component)
  • Method: Boolean TryGetComponent(T& component)
  • Method: Component GetComponent(String type)
  • Method: Component GetComponentInChildren(Type t, Boolean includeInactive)
  • Method: Component GetComponentInChildren(Type t)
  • Method: T GetComponentInChildren(Boolean includeInactive)
  • Method: T GetComponentInChildren()
  • Method: Component[] GetComponentsInChildren(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInChildren(Type t)
  • Method: T[] GetComponentsInChildren(Boolean includeInactive)
  • Method: Void GetComponentsInChildren(Boolean includeInactive, List`1 result)
  • Method: T[] GetComponentsInChildren()
  • Method: Void GetComponentsInChildren(List`1 results)
  • Method: Component GetComponentInParent(Type t, Boolean includeInactive)
  • Method: Component GetComponentInParent(Type t)
  • Method: T GetComponentInParent(Boolean includeInactive)
  • Method: T GetComponentInParent()
  • Method: Component[] GetComponentsInParent(Type t, Boolean includeInactive)
  • Method: Component[] GetComponentsInParent(Type t)
  • Method: T[] GetComponentsInParent(Boolean includeInactive)
  • Method: Void GetComponentsInParent(Boolean includeInactive, List`1 results)
  • Method: T[] GetComponentsInParent()
  • Method: Component[] GetComponents(Type type)
  • Method: Void GetComponents(Type type, List`1 results)
  • Method: Void GetComponents(List`1 results)
  • Method: String get_tag()
  • Method: Void set_tag(String value)
  • Method: T[] GetComponents()
  • Method: Boolean CompareTag(String tag)
  • Method: Void SendMessageUpwards(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessageUpwards(String methodName, Object value)
  • Method: Void SendMessageUpwards(String methodName)
  • Method: Void SendMessageUpwards(String methodName, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, Object value)
  • Method: Void SendMessage(String methodName)
  • Method: Void SendMessage(String methodName, Object value, SendMessageOptions options)
  • Method: Void SendMessage(String methodName, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter, SendMessageOptions options)
  • Method: Void BroadcastMessage(String methodName, Object parameter)
  • Method: Void BroadcastMessage(String methodName)
  • Method: Void BroadcastMessage(String methodName, SendMessageOptions options)
  • Method: Int32 GetInstanceID()
  • Method: Int32 GetHashCode()
  • Method: Boolean Equals(Object other)
  • Method: String get_name()
  • Method: Void set_name(String value)
  • Method: HideFlags get_hideFlags()
  • Method: Void set_hideFlags(HideFlags value)
  • Method: String ToString()
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Property: Boolean useGUILayout
  • Property: Boolean enabled
  • Property: Boolean isActiveAndEnabled
  • Property: Transform transform
  • Property: GameObject gameObject
  • Property: String tag
  • Property: String name
  • Property: HideFlags hideFlags

I2.Loc.StringObfucator

  • Method: String Encode(String NormalString)
  • Method: String Decode(String ObfucatedString)
  • Method: String ToBase64(String regularString)
  • Method: String FromBase64(String base64string)
  • Method: String XoREncode(String NormalString)
  • Method: Type GetType()
  • Method: Object MemberwiseClone()
  • Method: Void Finalize()
  • Method: String ToString()
  • Method: Boolean Equals(Object obj)
  • Method: Int32 GetHashCode()
  • Field: Char[] StringObfuscatorPassword