• Manual
  • Scripting API
Show / Hide Table of Contents
  • SpeckleUnity
    • ColorByType
    • ColorKey
    • Conversions
    • RenderingRule
    • SpawnSpeed
    • SpeckleUnityClient
    • SpeckleUnityGeometry
    • SpeckleUnityManager
    • SpeckleUnityMesh
    • SpeckleUnityNumber
    • SpeckleUnityObject
    • SpeckleUnityPoint
    • SpeckleUnityPolyline
    • SpeckleUnityReceiver
    • SpeckleUnitySender
    • SpeckleUnityUpdate
    • SpeckleUnityUpdateEvent
    • SpeckleUnityValueChange
    • StartMode
    • UpdateType
    • WSMessageData
    • WSMessageDataArgs
  • SpeckleUnity.CustomEditors
    • SpeckleUnityMenus
  • SpeckleUnity.Tests
    • AsyncTest
    • SpeckleUnityManagerTests
    • TestInput

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
Back to top Generated by DocFX