CreateFromImages static method

CubeTexture CreateFromImages(
  1. List<String> files,
  2. Scene scene, [
  3. bool noMipmap
])

Implementation

external static CubeTexture CreateFromImages(List<String> files, Scene scene, [bool noMipmap]);