예제 #1
0
파일: Timer.cs 프로젝트: studentutu/UnityTK
 public override int GetHashCode()
 {
     return(Essentials.CombineHashCodes(this.taskEvent.GetHashCode(), this.taskObj.GetHashCode()));
 }
예제 #2
0
파일: Timer.cs 프로젝트: studentutu/UnityTK
 public override int GetHashCode()
 {
     return(Essentials.CombineHashCodes(this.action.GetHashCode(), this.state.GetHashCode()));
 }
예제 #3
0
 public override int GetHashCode()
 {
     return(Essentials.CombineHashCodes(this.chunk.GetHashCode(), Essentials.CombineHashCodes(this.material.GetHashCode(), this.layer.GetHashCode())));
 }