C# 클래스 TNRD.Autohook.AutoHookAttribute

상속: PropertyAttribute
파일 보기 프로젝트 열기: Thundernerd/Unity3D-AutoHook 1 사용 예제들

공개 프로퍼티들

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