C# Class RhinoCyclesCore.CyclesObjectShader

Helper object to determine what shaders need update, what shaders need to be created
Afficher le fichier Open project: mcneel/RhinoCycles

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

Equality on Id
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

Get hash code - based on Id
public GetHashCode ( ) : int
Résultat int