C# 클래스 DepthCalculator.DepthCalculationAlgorithm.ComplexMaterial, DailyProjects

파일 보기 프로젝트 열기: GHScan/DailyProjects

공개 메소드들

메소드 설명
ComplexMaterial ( Material material, Texture texture, Shader shader ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

메소드 상세

ComplexMaterial() 공개 메소드

public ComplexMaterial ( Material material, Texture texture, Shader shader ) : System
material Material
texture Texture
shader Shader
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool