Exemple #1
0
        protected void AudioSource()
        {
            Type            type    = typeof(AudioSource);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #2
0
        protected void HumanTrait()
        {
            Type            type    = typeof(HumanTrait);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #3
0
        protected void LayerMask()
        {
            Type            type    = typeof(LayerMask);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #4
0
        protected void PlayerConnection()
        {
            Type            type    = typeof(UnityEngine.Diagnostics.PlayerConnection);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #5
0
        protected void Hash128()
        {
            Type            type    = typeof(Hash128);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #6
0
        protected void Cursor()
        {
            Type            type    = typeof(Cursor);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #7
0
        protected void CrashReportHandler()
        {
            Type            type    = typeof(UnityEngine.CrashReportHandler.CrashReportHandler);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #8
0
        protected void CrashReport()
        {
            Type            type    = typeof(CrashReport);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #9
0
        protected void Vector4()
        {
            Type            type    = typeof(Vector4);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #10
0
        protected void Font()
        {
            Type            type    = typeof(Font);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("CreateDynamicFontFromOSFont");
            manager.Add(builder.Build());
        }
Exemple #11
0
        protected void DynamicGI()
        {
            Type            type    = typeof(DynamicGI);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("SetEmissive");
            manager.Add(builder.Build());
        }
Exemple #12
0
        protected void Canvas()
        {
            Type            type    = typeof(Canvas);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("GetDefaultCanvasMaterial", "GetETC1SupportedCanvasMaterial");
            manager.Add(builder.Build());
        }
Exemple #13
0
        protected void Caching()
        {
            Type            type    = typeof(Caching);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("Authorize");
            manager.Add(builder.Build());
        }
Exemple #14
0
        protected void AudioListener()
        {
            Type            type    = typeof(AudioListener);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("GetOutputData", "GetSpectrumData");
            manager.Add(builder.Build());
        }
Exemple #15
0
        protected void Vector2()
        {
            Type            type    = typeof(Vector2);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("SmoothDamp");
            manager.Add(builder.Build());
        }
Exemple #16
0
        protected void IOSDevice()
        {
#if UNITY_IOS
            Type            type    = typeof(UnityEngine.iOS.Device);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.className = "IOSDevice";
            manager.Add(builder.Build());
#endif
        }
Exemple #17
0
        protected void TouchScreenKeyboard()
        {
            Type            type    = typeof(TouchScreenKeyboard);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.methodsSettings.AddExceptions("Open");
            builder.useClassName = true;
            manager.Add(builder.Build());
        }
Exemple #18
0
        protected void Application()
        {
            Type            type    = typeof(Application);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("RequestAdvertisingIdentifierAsync");
            manager.Add(builder.Build());
        }
Exemple #19
0
        protected void SamsungTV()
        {
#if !UNITY_2017_3_OR_NEWER
            Type            type    = typeof(SamsungTV);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.useClassName = true;
            manager.Add(builder.Build());
#endif
        }
Exemple #20
0
        protected void SortingLayer()
        {
            Type            type    = typeof(SortingLayer);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.propertiesSettings.AddExceptions("layers");
            manager.Add(builder.Build());
        }
Exemple #21
0
        protected void ProceduralMaterial()
        {
#if !UNITY_WEBGL && !UNITY_2018_1_OR_NEWER
            Type            type    = typeof(ProceduralMaterial);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.useClassName = true;
            manager.Add(builder.Build());
#endif
        }
Exemple #22
0
        protected void AppleTvRemote()
        {
#if UNITY_IOS
            Type            type    = typeof(UnityEngine.Apple.TV.Remote);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.className = "AppleTvRemote";
            manager.Add(builder.Build());
#endif
        }
Exemple #23
0
        protected void Mathf()
        {
            Type            type    = typeof(Mathf);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("SmoothDamp", "SmoothDampAngle");
            manager.Add(builder.Build());
        }
Exemple #24
0
        protected void LightmapSettings()
        {
            Type            type    = typeof(LightmapSettings);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.propertiesSettings.AddExceptions("lightmaps", "lightProbes");
            manager.Add(builder.Build());
        }
Exemple #25
0
        protected void Input()
        {
            Type            type    = typeof(Input);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.propertiesSettings.AddExceptions("accelerationEvents", "compass", "gyro", "touches");
            builder.methodsSettings.AddExceptions("GetAccelerationEvent", "GetTouch");
            manager.Add(builder.Build());
        }
Exemple #26
0
        protected void GraphicsSettings()
        {
            Type            type    = typeof(UnityEngine.Rendering.GraphicsSettings);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.propertiesSettings.AddExceptions("renderPipelineAsset");
            builder.methodsSettings.AddExceptions("GetCustomShader", "SetCustomShader");
            manager.Add(builder.Build());
        }
Exemple #27
0
        protected void Profiler()
        {
            Type            type    = typeof(UnityEngine.Profiling.Profiler);
            CommandsBuilder builder = new CommandsBuilder(type);

            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("GetRuntimeMemorySizeLong");
            builder.methodsSettings.AddExceptions(type.GetMethod("BeginSample", new Type[] { typeof(string), typeof(UnityEngine.Object) }));
            manager.Add(builder.Build());
        }
Exemple #28
0
        protected void Microphone()
        {
#if COMMAND_SYSTEM_USE_MICROPHONE
            Type            type    = typeof(Microphone);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("GetDeviceCaps");
            manager.Add(builder.Build());
#endif
        }
Exemple #29
0
        protected void MasterServer()
        {
#if !UNITY_WEBGL
            Type            type    = typeof(MasterServer);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.useClassName = true;
            builder.methodsSettings.AddExceptions("PollHostList");
            manager.Add(builder.Build());
#endif
        }
Exemple #30
0
        protected void IOSOnDemandResources()
        {
#if UNITY_IOS
            Type            type    = typeof(UnityEngine.iOS.OnDemandResources);
            CommandsBuilder builder = new CommandsBuilder(type);
            builder.className = "IOSOnDemandResources";
            builder.methodsSettings.AddExceptions("PreloadAsync");
            manager.Add(builder.Build());
#endif
        }