Constructor Summary
| Public Constructor | ||
| public | 
       constructor(): * Constructs a Velocity intitializer instance.  | 
    |
Method Summary
| Public Methods | ||
| public | 
       normalize(vr: *): *  | 
    |
Inherited Summary
| From class Initializer | ||
| public static abstract | 
      
       Returns a new instance of the initializer from the JSON object passed.  | 
    |
| public static | 
      
       Determines if the initializer requires a Web GL API to be provided to its constructor.  | 
    |
| public | 
       isEnabled: *  | 
    |
| public | 
       type: *  | 
    |
| public | 
      
       Initializes the property on the emitter or particle.  | 
    |
| public abstract | 
       initialize(target: object) Place custom property initialization code in this method in the subclass.  | 
    |
| public abstract | 
       reset()  | 
    |
Public Constructors
public constructor(): * source
Constructs a Velocity intitializer instance.
Override:
Initializer#constructorReturn:
| * | void  | 
        
    
  