scale property
The scale of the level of detail.
Implementation
double get scale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_LevelOfDetail_getScale(_handle, errorHandler);
});
}
The scale of the level of detail.
double get scale {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_LevelOfDetail_getScale(_handle, errorHandler);
});
}