AllParams
public struct AllParams : Equatable
Type collecting all integer, float, and custom parameters.
-
Undocumented
Declaration
Swift
public let intParams: [IntParam] -
Undocumented
Declaration
Swift
public let floatParams: [FloatParam] -
Undocumented
Declaration
Swift
public let customParams: [CustomParam] -
Initializes a new
AllParams.Declaration
Swift
public init(intParams: [IntParam], floatParams: [FloatParam], customParams: [CustomParam])Parameters
intParamsCollection of all parameter names and values of type int
floatParamsCollection of all parameter names and values of type float
customParamsCollection of all parameter names and values of type custom
-
Declaration
Swift
public static func == (lhs: AllParams, rhs: AllParams) -> Bool
View on GitHub
Install in Dash
AllParams Structure Reference