Example #1
0
 public AmbientCubemap set(AmbientCubemap other)
 {
     return(set(other.data));
 }
Example #2
0
 public AmbientCubemap(AmbientCubemap copyFrom) : this(copyFrom.data)
 {
 }