예제 #1
0
파일: Model.cs 프로젝트: ikorin24/Elffy
 public bool Equals(NullModel other) => Node.Equals(other.Node) && ID == other.ID && Name.Equals(other.Name);
예제 #2
0
파일: Model.cs 프로젝트: ikorin24/Elffy
 public bool Equals(LimbNode other) => Node.Equals(other.Node);
예제 #3
0
파일: Model.cs 프로젝트: ikorin24/Elffy
 public bool Equals(MeshModel other) => Node.Equals(other.Node);