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
파일 보기 프로젝트 열기: Jam3/arlabs-doodads

공개 프로퍼티들

프로퍼티 타입 설명
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