C# 클래스 UnityEditor.PropertyModification

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

공개 프로퍼티들

프로퍼티 타입 설명
objectReference Object
propertyPath string
target Object
value string

프로퍼티 상세

objectReference 공개적으로 프로퍼티

The value being applied when it is a object reference (which can not be represented as a string).

public Object objectReference
리턴 Object

propertyPath 공개적으로 프로퍼티

Property path of the property being modified (Matches as SerializedProperty.propertyPath).

public string propertyPath
리턴 string

target 공개적으로 프로퍼티

Object that will be modified.

public Object target
리턴 Object

value 공개적으로 프로퍼티

The value being applied.

public string value
리턴 string