Class ColorKey
Inheritance
System.Object
ColorKey
Namespace: SpeckleUnity
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ColorKey
Constructors
ColorKey(String, Color)
Declaration
public ColorKey(string n, Color c)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | n | |
| Color | c |
Fields
color
Declaration
public Color color
Field Value
| Type | Description |
|---|---|
| Color |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| System.String |