ImageBasedLightReceiverComponent

A Component that enables an entity to receive image-based lighting (IBL) from the source entity having an ImageBasedLightComponent.

This component enables an entity to be affected by localized environment lighting and have realistic material responses.

Constructors

Link copied to clipboard
constructor(source: Entity)

Properties

Link copied to clipboard

The source entity which has an ImageBasedLightComponent.

Functions

Link copied to clipboard
open override fun clone(): Component

Creates and returns a copy of this Component instance.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String