Gets or sets a value indicating whether the item collision processing is enabled.
Namespace: MindFusion.Scheduling
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |