C# 클래스 UnityEngine.Rendering.PostProcessing.TrackballAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
mode Mode

공개 메소드들

메소드 설명
TrackballAttribute ( Mode mode ) : System

Creates a new attribute.

메소드 상세

TrackballAttribute() 공개 메소드

Creates a new attribute.
public TrackballAttribute ( Mode mode ) : System
mode Mode A mode used to display pre-filtered values in the inspector
리턴 System

프로퍼티 상세

mode 공개적으로 프로퍼티

The mode used to display pre-filtered values in the inspector.
public Mode mode
리턴 Mode