| Package | com.whirled.contrib.sound |
| Class | public final class PlayType |
| Inheritance | PlayType com.threerings.util.Enum |
| Method | Defined by | ||
|---|---|---|---|
|
PlayType(name:String)
| PlayType | ||
|
[static]
| PlayType | ||
|
values():Array
[static]
| PlayType | ||
| Constant | Defined by | ||
|---|---|---|---|
| CONTINUOUS : PlayType
[static]
| PlayType | ||
| OVERLAPPING : PlayType
[static]
| PlayType | ||
| PLACEHOLDER : PlayType
[static]
| PlayType | ||
| RESTARTING : PlayType
[static]
| PlayType | ||
| PlayType | () | constructor |
public function PlayType(name:String)Parameters
name:String |
| valueOf | () | method |
| values | () | method |
public static function values():Array
Returns
Array |
| CONTINUOUS | constant |
public static const CONTINUOUS:PlayType
| OVERLAPPING | constant |
public static const OVERLAPPING:PlayType
| PLACEHOLDER | constant |
public static const PLACEHOLDER:PlayType
| RESTARTING | constant |
public static const RESTARTING:PlayType