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