| Package | away3d.core.utils |
| Class | public class Cast |
| Method | Defined by | ||
|---|---|---|---|
|
bitmap(data:*):BitmapData
[static]
| Cast | ||
|
bytearray(data:*):ByteArray
[static]
| Cast | ||
|
color(data:*):uint
[static]
| Cast | ||
|
[static]
| Cast | ||
|
string(data:*):String
[static]
| Cast | ||
|
tryclass(name:String):Object
[static]
| Cast | ||
|
trycolor(data:*):uint
[static]
| Cast | ||
|
[static]
| Cast | ||
|
xml(data:*):XML
[static]
| Cast | ||
| bitmap | () | method |
public static function bitmap(data:*):BitmapData
Parameters
data:* |
BitmapData |
| bytearray | () | method |
public static function bytearray(data:*):ByteArray
Parameters
data:* |
ByteArray |
| color | () | method |
public static function color(data:*):uint
Parameters
data:* |
uint |
| material | () | method |
| string | () | method |
public static function string(data:*):String
Parameters
data:* |
String |
| tryclass | () | method |
public static function tryclass(name:String):Object
Parameters
name:String |
Object |
| trycolor | () | method |
public static function trycolor(data:*):uint
Parameters
data:* |
uint |
| wirematerial | () | method |
| xml | () | method |
public static function xml(data:*):XML
Parameters
data:* |
XML |