Click or drag to resize

ControllerColoringColorSettings Class

Encapsulates color settings
Inheritance Hierarchy
SystemObject
  ImmerseSDK.ControllersControllerColoringColorSettings

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class ColorSettings

The ControllerColoringColorSettings type exposes the following members.

Constructors
  NameDescription
Public methodControllerColoringColorSettings
Initializes a new instance of the ControllerColoringColorSettings class
Top
Properties
  NameDescription
Public propertyIndex
Gets the associated index
Public propertyRenderer
Gets the associated renderer
Top
Fields
  NameDescription
Private field_index
Associated index
Private field_renderer
Associated renderer
Top
See Also