LightInfo

public struct LightInfo

Information about a light

  • id

    The identifier of the light

    Declaration

    Swift

    public var id: String
  • The type of the light

    Declaration

    Swift

    public var type: LightType
  • Create a LightInfo value

    Declaration

    Swift

    public init(id: String, type: LightType)

    Parameters

    id

    A light ID

    type

    A light type