Class GUITargetAttribute
Inheritance
GUITargetAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class GUITargetAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
GUITargetAttribute()
Declaration
public GUITargetAttribute()
|
Improve this Doc
View Source
GUITargetAttribute(Int32)
Declaration
public GUITargetAttribute(int displayIndex)
Parameters
Type |
Name |
Description |
Int32 |
displayIndex |
|
|
Improve this Doc
View Source
GUITargetAttribute(Int32, Int32)
Declaration
public GUITargetAttribute(int displayIndex, int displayIndex1)
Parameters
Type |
Name |
Description |
Int32 |
displayIndex |
|
Int32 |
displayIndex1 |
|
|
Improve this Doc
View Source
GUITargetAttribute(Int32, Int32, Int32[])
Declaration
public GUITargetAttribute(int displayIndex, int displayIndex1, params int[] displayIndexList)
Parameters
Type |
Name |
Description |
Int32 |
displayIndex |
|
Int32 |
displayIndex1 |
|
Int32[] |
displayIndexList |
|
Implements
Extension Methods