C# Class Knot3.Framework.Models.ModelColoring

显示文件 Open project: knot3/knot3-code

Public Properties

Property Type Description
OnColorChanged System.Action

Public Methods

Method Description
Highlight ( float intensity, Color color ) : void
ModelColoring ( ) : System
Unhighlight ( ) : void

Protected Methods

Method Description
ColorHashCode ( Color color ) : int

Method Details

ColorHashCode() protected method

protected ColorHashCode ( Color color ) : int
color Color
return int

Highlight() public method

public Highlight ( float intensity, Color color ) : void
intensity float
color Color
return void

ModelColoring() public method

public ModelColoring ( ) : System
return System

Unhighlight() public method

public Unhighlight ( ) : void
return void

Property Details

OnColorChanged public_oe property

public Action,System OnColorChanged
return System.Action