MaplyParticleSystemType
Objective-C
NS_ENUM(NSInteger, MaplyParticleSystemType) {
MaplyParticleSystemTypePoint,
MaplyParticleSystemTypeRectangle,
}
Swift
enum MaplyParticleSystemType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
MaplyParticleSystemTypePoint
Swift
case point = 0
-
Undocumented
Declaration
Objective-C
MaplyParticleSystemTypeRectangle
Swift
case rectangle = 1