C# 클래스 UnityEditor.PropertyAndTargetHandler

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

공개 프로퍼티들

프로퍼티 타입 설명
function TargetChoiceHandler.TargetChoiceMenuFunction
property SerializedProperty
target Object

공개 메소드들

메소드 설명
PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System

메소드 상세

PropertyAndTargetHandler() 공개 메소드

public PropertyAndTargetHandler ( UnityEditor.SerializedProperty property, Object target, TargetChoiceHandler function ) : System
property UnityEditor.SerializedProperty
target Object
function TargetChoiceHandler
리턴 System

프로퍼티 상세

function 공개적으로 프로퍼티

public TargetChoiceHandler.TargetChoiceMenuFunction function
리턴 TargetChoiceHandler.TargetChoiceMenuFunction

property 공개적으로 프로퍼티

public SerializedProperty property
리턴 SerializedProperty

target 공개적으로 프로퍼티

public Object target
리턴 Object