FollowspotShape
public enum FollowspotShape : CaseIterable, CustomStringConvertible
The shape of the followspot spotlight.
-
No followspot.
Declaration
Swift
case none -
A circle.
Declaration
Swift
case circle -
An ellipse.
Declaration
Swift
case ellipse -
Declaration
Swift
public var description: String { get }
FollowspotShape Enumeration Reference