Field RefreshSlicesOnUpdate
Optimization - When enabled the slicer will update every frame.
It is recommended to leave this disabled and call SlicerController.RefreshSlice()
when an update is required.
Namespace: Slicer.Core
Assembly: 27Slicer.Core.dll
Syntax
[Tooltip("Optimization - When enabled the slicer will update every frame.\n\nIt is recommended to leave this disabled and call 'SlicerController.RefreshSlice()' when an update is required.")]
public bool RefreshSlicesOnUpdate
Returns
Type | Description |
---|---|
Boolean | The default value for this setting is set by RefreshSlicesOnUpdateDefault. |