예제 #1
0
 /// <summary>
 /// Checks whether we're eligible for a given objects
 /// </summary>
 protected RunStatus CheckEligible(BehaviorObject obj)
 {
    // if (obj == null)//
     //    Debug.Log("null object" + obj.ToString());
     return obj.IsElegible(this);
 }
예제 #2
0
 /// <summary>
 /// Checks whether we're eligible for a given objects
 /// </summary>
 protected RunStatus CheckEligible(BehaviorObject obj)
 {
     return(obj.IsElegible(this));
 }
예제 #3
0
 /// <summary>
 /// Checks whether we're eligible for a given objects
 /// </summary>
 protected RunStatus CheckEligible(BehaviorObject obj)
 {
     return obj.IsElegible(this);
 }
예제 #4
0
 /// <summary>
 /// Checks whether we're eligible for a given objects
 /// </summary>
 protected RunStatus CheckEligible(BehaviorObject obj)
 {
     // if (obj == null)//
     //    Debug.Log("null object" + obj.ToString());
     return(obj.IsElegible(this));
 }