示例#1
0
    static ReactNative()
    {
        if (Instance != null)
            return;

        GameObject go = new GameObject(GAMEOBJECT_NAME);
        Instance = go.AddComponent<ReactNative>();
        DontDestroyOnLoad(go);
    }
示例#2
0
 public string ToMarkdown()
 {
     return(new MarkdownBuilder()
            .AddHeader("Web Template Studio", Year, Month)
            .AddTable("Category", "Type", Platform)
            .AddSectionTitle("Project Generation by category")
            .AddCollapsible("Web Full Stack Generation", FullStackWeb.ToMarkdown())
            .AddCollapsible("React Native Generation", ReactNative.ToMarkdown())
            .GetText());
 }
 public void SendRecord()
 {
     ReactNative.RecordAudio("sister", 3, ResultAudio);
 }