FreObjectTypeSwift
public enum FreObjectTypeSwift : UInt32
FreObjectTypeSwift: Provides Swift mappings for FREObjectType.
Adds additional AS3 types (cls, rectangle, point, date)
-
Object
Declaration
Swift
case object = 0
-
Number
Declaration
Swift
case number = 1
-
String
Declaration
Swift
case string = 2
-
ByteArray
Declaration
Swift
case bytearray = 3
-
Array
Declaration
Swift
case array = 4
-
Vector
Declaration
Swift
case vector = 5
-
Bitmapdata
Declaration
Swift
case bitmapdata = 6
-
Boolean
Declaration
Swift
case boolean = 7
-
NULL
Declaration
Swift
case null = 8
-
int
Declaration
Swift
case int = 9
-
Class
Declaration
Swift
case `class` = 10
-
flash.geom.Rectangle
Declaration
Swift
case rectangle = 11
-
flash.geom.Point
Declaration
Swift
case point = 12
-
Date
Declaration
Swift
case date = 13