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