class ExrImage : Image


ExrImage represents an EXR Image resource in SceneCore. EXR images are used by the Environment for drawing skyboxes.

Summary

Public companion functions

ExrImage
create(session: Session, name: String)

Public factory function for an EXRImage, where the EXR is loaded from a local file.

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public companion functions

create

Added in 1.0.0-alpha02
fun create(session: Session, name: String): ExrImage

Public factory function for an EXRImage, where the EXR is loaded from a local file.

Parameters
session: Session

The session to create the EXRImage in.

name: String

The path for an EXR image to be loaded

Returns
ExrImage

an EXRImage instance.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties