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.
|
Method | Description | |
---|---|---|
GetGUITargetAttrValue ( System klass, string methodName ) : int |
public GUITargetAttribute ( int displayIndex ) : System | ||
displayIndex | int | Display index. |
return | System |
public GUITargetAttribute ( int displayIndex, int displayIndex1 ) : System | ||
displayIndex | int | Display index. |
displayIndex1 | int | Display index. |
return | System |