MTSpaceFaces
public struct MTSpaceFaces : Sendable, Codable
Faces definition for a custom cubemap.
-
Declaration
Swift
public var pX: URL
-
Declaration
Swift
public var nX: URL
-
Declaration
Swift
public var pY: URL
-
Declaration
Swift
public var nY: URL
-
Declaration
Swift
public var pZ: URL
-
Declaration
Swift
public var nZ: URL
-
Declaration
Swift
public init(pX: URL, nX: URL, pY: URL, nY: URL, pZ: URL, nZ: URL)