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