realisticViewWarningOptions property
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Realistic view warning options. It allow to filter realistic views to be passed to RealisticViewWarningListener.
- This feature requires a map version greater or equal to 67 in order to function properly. Gets realistic view warning options that allow to filter realistic views to be passed to RealisticViewWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
RealisticViewWarningOptions get realisticViewWarningOptions;
- @Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
Realistic view warning options. It allow to filter realistic views to be passed to RealisticViewWarningListener.
- This feature requires a map version greater or equal to 67 in order to function properly. Sets realistic view warning options that allow to filter realistic views to be passed to RealisticViewWarningListener.
Implementation
@Deprecated("Will be removed in v4.29.0. Use the `WarnerEngine.WarningOptions` property to change these options instead.")
set realisticViewWarningOptions(RealisticViewWarningOptions value);