UnityEditor.DesktopPluginImporterExtension.DesktopSingleCPUProperty.DesktopSingleCPUProperty C# (CSharp) 메소드

DesktopSingleCPUProperty() 공개 메소드

public DesktopSingleCPUProperty ( GUIContent name, string platformName ) : System
name UnityEngine.GUIContent
platformName string
리턴 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