HTML Encoding and Default Values⤴
                <PositionChaser2D
                
                destination='0,0'
                
                duration='1'
                
                initialDestination='0,0'
                
                initialValue='0,0'
                
                isActive='false'
                
                metadata='X3DMetadataObject'
                
                value='0,0'
                
                ></PositionChaser2D>
            
        Inheritance⤴
- X3DNode(18)
- X3DChildNode(12)
- X3DFollowerNode(2)
- X3DChaserNode(5)
- PositionChaser2D
Constructor⤴
- 
    PositionChaser2D(ctx)⤴
- 
        
        Constructor for PositionChaser2D
 Parameters:Name Type Argument Default Description ctxObject <optional> 
 null context object, containing initial settings like namespace 
Fields⤴
            These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
            DOM functions (i.e., using
            
        
setAttribute("myFieldName", "myFieldValue") and
            getAttribute("myFieldName")).
        | Name | Type | Default Value | Range | Inheritance | Standard | Description | 
|---|---|---|---|---|---|---|
| destination | SFVec2f | 0,0 |   | The target 2D position. | ||
| duration | SFTime | 1 | X3DChaserNode |   | Duration of the transition | |
| initialDestination | SFVec2f | 0,0 |   | The field initialDestination should be set to the same value than initialValue unless a transition to a certain 2D vector value is to be created right after the scene is loaded or right after the PositionChaser2D node is created dynamically. | ||
| initialValue | SFVec2f | 0,0 |   | The field initialValue can be used to set the initial initial value. | ||
| isActive | SFBool | false | X3DFollowerNode |   | isActive shows if the sensor is active | |
| metadata | SFNode | X3DMetadataObject | X3DNode |   | Field to add metadata information | |
| value | SFVec2f | 0,0 |   | The current 2D position. | 
 documentation
 documentation