C# 클래스 UnityEditor.Rendering.PostProcessing.PostProcessEditorAttribute

상속: Attribute
파일 보기 프로젝트 열기: StefanJo3107/ASCII-Rendering-Shader-in-Unity

공개 프로퍼티들

프로퍼티 타입 설명
settingsType Type

공개 메소드들

메소드 설명
PostProcessEditorAttribute ( Type settingsType ) : System

Creates a new attribute.

메소드 상세

PostProcessEditorAttribute() 공개 메소드

Creates a new attribute.
public PostProcessEditorAttribute ( Type settingsType ) : System
settingsType Type The type that this editor can edit
리턴 System

프로퍼티 상세

settingsType 공개적으로 프로퍼티

The type that this editor can edit.
public Type settingsType
리턴 Type