C# Class UnityEngine.GUITargetAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GUITargetAttribute ( ) : System

Default constructor initializes the attribute for OnGUI to be called for all available displays.

GUITargetAttribute ( int displayIndex ) : System

Default constructor initializes the attribute for OnGUI to be called for all available displays.

GUITargetAttribute ( int displayIndex, int displayIndex1 ) : System

Default constructor initializes the attribute for OnGUI to be called for all available displays.

Private Methods

Method Description
GetGUITargetAttrValue ( System klass, string methodName ) : int

Method Details

GUITargetAttribute() public method

Default constructor initializes the attribute for OnGUI to be called for all available displays.

public GUITargetAttribute ( ) : System
return System

GUITargetAttribute() public method

Default constructor initializes the attribute for OnGUI to be called for all available displays.

public GUITargetAttribute ( int displayIndex ) : System
displayIndex int Display index.
return System

GUITargetAttribute() public method

Default constructor initializes the attribute for OnGUI to be called for all available displays.

public GUITargetAttribute ( int displayIndex, int displayIndex1 ) : System
displayIndex int Display index.
displayIndex1 int Display index.
return System