C# 클래스 UnityEditor.Timeline.PropertyScope

파일 보기 프로젝트 열기: nintendaii/unity-background-service 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
content GUIContent

공개 메소드들

메소드 설명
Dispose ( ) : void
PropertyScope ( Rect totalPosition, GUIContent label, SerializedProperty property ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PropertyScope() 공개 메소드

public PropertyScope ( Rect totalPosition, GUIContent label, SerializedProperty property ) : System
totalPosition Rect
label GUIContent
property SerializedProperty
리턴 System

프로퍼티 상세

content 공개적으로 프로퍼티

public GUIContent content
리턴 GUIContent