C# Класс TNRD.Autohook.AutoHookAttribute

Наследование: PropertyAttribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HideWhenFound bool
ReadOnlyWhenFound bool
SearchArea AutoHookSearchArea
StopSearchWhenFound bool

Открытые методы

Метод Описание
AutoHookAttribute ( ) : System
AutoHookAttribute ( AutoHookSearchArea searchArea ) : System

Описание методов

AutoHookAttribute() публичный Метод

public AutoHookAttribute ( ) : System
Результат System

AutoHookAttribute() публичный Метод

public AutoHookAttribute ( AutoHookSearchArea searchArea ) : System
searchArea AutoHookSearchArea
Результат System

Описание свойств

HideWhenFound публичное свойство

Reduces the size of the property to 0 when a matching component has been found
public bool HideWhenFound
Результат bool

ReadOnlyWhenFound публичное свойство

Marks the property as read-only when a matching component has been found
public bool ReadOnlyWhenFound
Результат bool

SearchArea публичное свойство

public AutoHookSearchArea SearchArea
Результат AutoHookSearchArea

StopSearchWhenFound публичное свойство

Stops calling GetComponent when a matching component has been found. This is useful if you have many [AutoHook] usages in your file
public bool StopSearchWhenFound
Результат bool