GUITargetAttribute Constructor
public GUITargetAttribute();
public GUITargetAttribute(int displayIndex);
public GUITargetAttribute(int displayIndex,
int displayIndex1);
public GUITargetAttribute(int displayIndex,
int displayIndex1,
params int[] displayIndexList);
Parameters
| displayIndex | Display index. | |
| displayIndex1 | Display index. | |
| displayIndexList | Display index list. |
Description 描述
Default constructor initializes the attribute for OnGUI to be called for all available displays.