new DynamicVector
An optionally time-dynamic vector.
Source:
Members
- 
    color :Property
- 
    
    
    
        
    
	
	
- 
    definitionChanged :Event
- 
    
    Gets the event that is raised whenever a new property is assigned.
- 
    direction :Property
- 
    
    Gets or sets the Cartesian3 Property specifying the the vector's direction.
- 
    length :Property
- 
    
    Gets or sets the numeric Property specifying the the vector's graphical length in meters.
- 
    show :Property
- 
    
    Gets or sets the boolean Property specifying the vector's visibility.
- 
    width :Property
- 
    
    Gets or sets the numeric Property specifying the the vector's width.
Methods
- 
    clone
- 
    
    
    Duplicates a DynamicVector instance. Parameters:Name Type Argument Description resultDynamicVector <optional> 
 The object onto which to store the result. Returns:DynamicVector The modified result parameter or a new instance if one was not provided.
- 
    merge
- 
    
    
    Assigns each unassigned property on this object to the value of the same property on the provided source object. Parameters:Name Type Description sourceDynamicVector The object to be merged into this object. 
