C# Класс Google.XR.ARCoreExtensions.Internal.DynamicHelpAttribute

This attribute is used to generate a HelpBox based on the HelpAttribute return by the given reflection function. If both DynamicHelpAttribute and HelpAttribute are in use, only HelpAttribute will take effect. Note: the function must return the type HelpAttribute, take no parameters, and be a public member of the target object.
Наследование: PropertyAttribute
Показать файл Открыть проект

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

Свойство Тип Описание
CheckingFunction string

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

Метод Описание
DynamicHelpAttribute ( string checkingFunction ) : UnityEngine

Initializes a new instance of the DynamicHelpAttribute class.

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

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

Initializes a new instance of the DynamicHelpAttribute class.
public DynamicHelpAttribute ( string checkingFunction ) : UnityEngine
checkingFunction string A reflection function.
Результат UnityEngine

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

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

Reflection function that return the type HelpAttribute, take no parameters, and must be a public member of the target object.
public string CheckingFunction
Результат string