MaplyLoadFrameMode
Objective-C
enum MaplyLoadFrameMode {}
Swift
enum MaplyLoadFrameMode : Int
How we load frames in the QuadImageFrameLoader Broad means we load 0 first and the on down Narrow means we load the frames around the current display first
-
Undocumented
Declaration
Objective-C
MaplyLoadFrameBroadSwift
case broad = 0 -
Undocumented
Declaration
Objective-C
MaplyLoadFrameNarrowSwift
case narrow = 1
MaplyLoadFrameMode Enumeration Reference