Click or drag to resize
AB4D logo

LinesUpdaterMode Enumeration

LinesUpdaterModeType defines the modes that define how often the LinesUpdater automatically updates the lines

Namespace: Ab3d.Common.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public enum LinesUpdaterMode
Members
Member nameValueDescription
Never0 Lines are never updated automatically
Always1 Lines are updated whenever any relevant thing in the scene is changed (camera, Viewport3D size, parent Visual3D transform)
See Also