Exemple #1
0
 public Query(global::Improbable.ComponentInterest.QueryConstraint constraint, BlittableBool?fullSnapshotResult, global::System.Collections.Generic.List <uint> resultComponentId, float?frequency)
 {
     Constraint         = constraint;
     FullSnapshotResult = fullSnapshotResult;
     ResultComponentId  = resultComponentId;
     Frequency          = frequency;
 }
 public Query(
     global::Improbable.ComponentInterest.QueryConstraint constraint,
     global::Improbable.Collections.Option <bool> fullSnapshotResult,
     global::Improbable.Collections.List <uint> resultComponentId,
     global::Improbable.Collections.Option <float> frequency)
 {
     this.constraint         = constraint;
     this.fullSnapshotResult = fullSnapshotResult;
     this.resultComponentId  = resultComponentId;
     this.frequency          = frequency;
 }