C# 클래스 UnityEditor.PropertyHandlerCache

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_PropertyHandlers PropertyHandler>.Dictionary

공개 메소드들

메소드 설명
Clear ( ) : void

비공개 메소드들

메소드 설명
GetHandler ( UnityEditor.SerializedProperty property ) : UnityEditor.PropertyHandler
GetPropertyHash ( UnityEditor.SerializedProperty property ) : int
SetHandler ( UnityEditor.SerializedProperty property, UnityEditor.PropertyHandler handler ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

m_PropertyHandlers 보호되어 있는 프로퍼티

protected Dictionary m_PropertyHandlers
리턴 PropertyHandler>.Dictionary