PointDistribution
Objective-C
NS_ENUM(int, PointDistribution) {
UNIFORM = 0,
REGULAR = 1,
NORMAL = 2
}
Swift
enum PointDistribution : Int32
Objective-C
NS_ENUM(int, PointDistribution) {
UNIFORM = 0,
REGULAR = 1,
NORMAL = 2
}
Swift
enum PointDistribution : Int32