Class XRLightEstimationBehavior
Class that changes the light intensity based on the AR mobile light estimation.
Inheritance
XRLightEstimationBehavior
  Implements
Inherited Members
Namespace: Evergine.Components.XR
Assembly: Evergine.Components.dll
Syntax
public class XRLightEstimationBehavior : Behavior, IDependencyObject
  Fields
light
The light.
Declaration
[BindComponent(true, false, BindComponentSource.Owner, null, true)]
protected PhotometricDirectionalLight light
  Field Value
| Type | Description | 
|---|---|
| PhotometricDirectionalLight | 
Methods
Update(TimeSpan)
Allows this instance to execute custom logic during its Update.
Declaration
protected override void Update(TimeSpan gameTime)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TimeSpan | gameTime | The game time.  |