Modifying Conditions
Several conditions may be modified at run-time. What can be modified for each condition may vary. I encourage you to view the API to see what each condition exposes.
To change properties on a condition you must access the condition through the NetworkObserver component.
All conditions can be enabled or disabled. When a condition is disabled it's requirements are ignored, as if the condition does not exist. This can be useful for temporarily disabling condition requirements on objects.
Last updated