AspectRatio
public struct AspectRatio : Encodable
Sets this scene’s axis aspectratio.
-
Undocumented
Declaration
Swift
public var x: Double? -
Undocumented
Declaration
Swift
public var y: Double? -
Undocumented
Declaration
Swift
public var z: Double? -
Creates
AspectRatioobject with specified properties.Declaration
Swift
public init(x: Double? = nil, y: Double? = nil, z: Double? = nil)
View on GitHub
Install in Dash
AspectRatio Structure Reference