Packagecom.whirled.contrib.sound
Classpublic class EffectSet
InheritanceEffectSet Inheritance com.threerings.util.sets.MapSet
ImplementsSoundEffect



Public Properties
 PropertyDefined by
  name : String
[read-only]
EffectSet
  playType : PlayType
[read-only]
EffectSet
  sound : String
[read-only]
EffectSet
Protected Properties
 PropertyDefined by
  _name : String
EffectSet
  _playType : PlayType
EffectSet
Public Methods
 MethodDefined by
  
EffectSet(name:String, playType:PlayType, initialEffects:Array = null)
EffectSet
  
add(effect:Object):Boolean
EffectSet
  
equals(other:Object):Boolean
EffectSet
  
hashCode():int
EffectSet
  
toString():String
EffectSet
Property detail
_nameproperty
protected var _name:String
nameproperty 
name:String  [read-only]Implementation
    public function get name():String
_playTypeproperty 
protected var _playType:PlayType
playTypeproperty 
playType:PlayType  [read-only]Implementation
    public function get playType():PlayType
soundproperty 
sound:String  [read-only]Implementation
    public function get sound():String
Constructor detail
EffectSet()constructor
public function EffectSet(name:String, playType:PlayType, initialEffects:Array = null)Parameters
name:String
 
playType:PlayType
 
initialEffects:Array (default = null)
Method detail
add()method
public override function add(effect:Object):BooleanParameters
effect:Object

Returns
Boolean
equals()method 
public function equals(other:Object):BooleanParameters
other:Object

Returns
Boolean
hashCode()method 
public function hashCode():int

Returns
int
toString()method 
public function toString():String

Returns
String