UnityEditor.DesktopPluginImporterExtension.DesktopSingleCPUProperty.DesktopSingleCPUProperty C# (CSharp) Méthode

DesktopSingleCPUProperty() public méthode

public DesktopSingleCPUProperty ( GUIContent name, string platformName ) : System
name UnityEngine.GUIContent
platformName string
Résultat System
            public DesktopSingleCPUProperty(GUIContent name, string platformName) : this(name, platformName, DesktopPluginImporterExtension.DesktopPluginCPUArchitecture.AnyCPU)
            {
            }

Same methods

DesktopPluginImporterExtension.DesktopSingleCPUProperty::DesktopSingleCPUProperty ( GUIContent name, string platformName, DesktopPluginImporterExtension architecture ) : System
DesktopPluginImporterExtension.DesktopSingleCPUProperty