DotPathSectionDrawerOptions
Constructor
constructor
constructor(parameters: object): DotPathSectionDrawerOptions
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameters | object | Yes | - | |
parameters.center | boolean | No | true | Should the camera center on the pathSection |
parameters.centerOnOptions | ?CameraCenterOnOptions | No | null | CameraCenterOnOptions to be used if center is enabled. null will use default options |
parameters.oriented | boolean | No | false | Does the camera should change azimuth orientation in order to follow the path direction |
parameters.showDelay | number | No | 0 | Initial delay to add before start drawing the path patterns |
parameters.speed | number | No | 30 | The pathSection drawing speed in meter by seconds |