Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

GUITargetAttribute Constructor

public GUITargetAttribute();
public GUITargetAttribute(int displayIndex);
public GUITargetAttribute(int displayIndex, int displayIndex1);
public GUITargetAttribute(int displayIndex, int displayIndex1, params int[] displayIndexList);

Parameters

displayIndexDisplay index.
displayIndex1Display index.
displayIndexListDisplay index list.

Description

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

Did you find this page useful? Please give it a rating: