C# Class RhinoCyclesCore.CyclesObjectShader

Helper object to determine what shaders need update, what shaders need to be created
显示文件 Open project: mcneel/RhinoCycles

Public Methods

Method Description
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

Method Details

CyclesObjectShader() public method

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

Equals() public method

Equality on Id
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

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