コード例 #1
0
 public bool Equal(ShadowTextureConfig other)
 {
     return width == other.width && height == other.height && format == other.format;
 }
コード例 #2
0
 public bool Equals(ShadowTextureConfig other)
 {
     return(this.width == other.width && this.height == other.height && this.format == other.format);
 }
コード例 #3
0
 public bool Equal(ShadowTextureConfig other)
 {
     return(width == other.width && height == other.height && format == other.format);
 }