Enum ObserverConditionType
How a condition is handled. This is intentionally not set as flags.
Namespace: FishNet.Observing
Assembly: FishNet.Runtime.dll
Syntax
public enum ObserverConditionType : byte
Fields
Name | Description |
---|---|
Normal | Condition is checked only when changed. |
Timed | Condition requires checks at regular intervals. The intervals are handled internally. |