C# 클래스 RhinoCyclesCore.CyclesObjectShader

Helper object to determine what shaders need update, what shaders need to be created
파일 보기 프로젝트 열기: mcneel/RhinoCycles

공개 메소드들

메소드 설명
CyclesObjectShader ( uint id )

Construct new helper object to track shaders for object id

Equals ( object obj ) : bool

Equality on Id

GetHashCode ( ) : int

Get hash code - based on Id

메소드 상세

CyclesObjectShader() 공개 메소드

Construct new helper object to track shaders for object id
public CyclesObjectShader ( uint id )
id uint

Equals() 공개 메소드

Equality on Id
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Get hash code - based on Id
public GetHashCode ( ) : int
리턴 int