Example #1
0
 public bool HasActorIn(PoolObjHandle <ActorRoot> actor)
 {
     return(this._aroundRecords.ContainsKey(actor.get_handle().ObjID));
 }
Example #2
0
 public bool Equals(PoolObjHandle <T> other)
 {
     return(this == other);
 }
Example #3
0
 public AroundRecord(PoolObjHandle <ActorRoot> _actor, ulong _frame)
 {
     this.actor = _actor;
     this.frame = _frame;
 }