C# 클래스 EdgeDetectNormalsAndDepth, Unity_Shaders_Book

상속: PostEffectsBase
파일 보기 프로젝트 열기: candycat1992/Unity_Shaders_Book

공개 프로퍼티들

프로퍼티 타입 설명
backgroundColor Color
edgeColor Color
edgeDetectShader Shader
sampleDistance float
sensitivityDepth float
sensitivityNormals float

공개 메소드들

메소드 설명
OnEnable ( ) : void

비공개 메소드들

메소드 설명
OnRenderImage ( RenderTexture src, RenderTexture dest ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

프로퍼티 상세

backgroundColor 공개적으로 프로퍼티

public Color backgroundColor
리턴 Color

edgeColor 공개적으로 프로퍼티

public Color edgeColor
리턴 Color

edgeDetectShader 공개적으로 프로퍼티

public Shader edgeDetectShader
리턴 Shader

sampleDistance 공개적으로 프로퍼티

public float sampleDistance
리턴 float

sensitivityDepth 공개적으로 프로퍼티

public float sensitivityDepth
리턴 float

sensitivityNormals 공개적으로 프로퍼티

public float sensitivityNormals
리턴 float