C# Class UnityEditor.DesktopPluginImporterExtension.DesktopSingleCPUProperty

Inheritance: UnityEditor.Modules.DefaultPluginImporterExtension.Property
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

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

Private Methods

Method Description
IsTargetEnabled ( UnityEditor.PluginImporterInspector inspector ) : bool
OnGUI ( UnityEditor.PluginImporterInspector inspector ) : void

Method Details

DesktopSingleCPUProperty() public method

public DesktopSingleCPUProperty ( GUIContent name, string platformName ) : System
name UnityEngine.GUIContent
platformName string
return System

DesktopSingleCPUProperty() public method

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