Gets or sets a value indicating whether the item collision processing is enabled.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State EnableCollisions { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableCollisions As State |
A member of the State enumeration.
Turn this flag off if you don't need collision detection to improve performance.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |