C# 클래스 RayTracing.Materials.SolidColor

상속: ITexture
파일 보기 프로젝트 열기: tomasz-herman/RayTracing

공개 프로퍼티들

프로퍼티 타입 설명
Color Color

공개 메소드들

메소드 설명
Use ( Shader shader, int matNum, float part ) : void
this ( float x, float y ) : Color

비공개 메소드들

메소드 설명
SolidColor ( Color color ) : Newtonsoft.Json

메소드 상세

Use() 공개 메소드

public Use ( Shader shader, int matNum, float part ) : void
shader Shader
matNum int
part float
리턴 void

this() 공개 메소드

public this ( float x, float y ) : Color
x float
y float
리턴 Color

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color Color
리턴 Color