Class MatchCondition.ConditionCollections
MatchCondition collections used.
Inheritance
System.Object
MatchCondition.ConditionCollections
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FishNet.Component.Observing
Assembly: FishNet.Runtime.dll
Syntax
public class ConditionCollections
Fields
ConnectionMatches
Declaration
public Dictionary<NetworkConnection, HashSet<int>> ConnectionMatches
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<NetworkConnection, System.Collections.Generic.HashSet<System.Int32>> |
MatchConnections
Declaration
public Dictionary<int, HashSet<NetworkConnection>> MatchConnections
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.HashSet<NetworkConnection>> |
MatchObjects
Declaration
public Dictionary<int, HashSet<NetworkObject>> MatchObjects
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.HashSet<NetworkObject>> |
ObjectMatches
Declaration
public Dictionary<NetworkObject, HashSet<int>> ObjectMatches
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<NetworkObject, System.Collections.Generic.HashSet<System.Int32>> |