Show / Hide Table of Contents

    Class CollectorBase

    Inheritance
    System.Object
    CollectorBase
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Rosetta.Editor.Collector
    Assembly: Rosetta.Editor.dll
    Syntax
    [Serializable]
    [HideInInspector]
    public abstract class CollectorBase

    Fields

    | Improve this Doc View Source

    I18NAudios

    Declaration
    [HideInInspector]
    public Dictionary<string, I18NMedia<AudioClip>> I18NAudios
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, I18NMedia<UnityEngine.AudioClip>>
    | Improve this Doc View Source

    I18NFonts

    Declaration
    [HideInInspector]
    public Dictionary<string, I18NMedia<FontInfo>> I18NFonts
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, I18NMedia<FontInfo>>
    | Improve this Doc View Source

    I18NImages

    Declaration
    [HideInInspector]
    public Dictionary<string, I18NMedia<Sprite>> I18NImages
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, I18NMedia<UnityEngine.Sprite>>
    | Improve this Doc View Source

    I18NStrings

    Declaration
    [HideInInspector]
    public Dictionary<string, I18NMedia<string>> I18NStrings
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, I18NMedia<System.String>>

    Properties

    | Improve this Doc View Source

    I18NClass

    Declaration
    public static List<Type> I18NClass { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Type>

    Methods

    | Improve this Doc View Source

    Collect(String)

    Declaration
    public abstract void Collect(string space)
    Parameters
    Type Name Description
    System.String space
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Copyright © Shitake.
    Generated by DocFX