Class PolySpatialImageBasedLight
PolySpatialImageBasedLight has been deprecated. Use VisionOSImageBasedLight instead.
Inherited Members
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.dll
Syntax
[Obsolete("PolySpatialImageBasedLight has been deprecated. Use VisionOSImageBasedLight instead (UnityUpgradable) -> VisionOSImageBasedLight", true)]
public class PolySpatialImageBasedLight : MonoBehaviour
Properties
Blend
Use VisionOSImageBasedLight.Blend.
Declaration
public float Blend { get; set; }
Property Value
Type | Description |
---|---|
float |
FirstSource
Use VisionOSImageBasedLight.FirstSource.
Declaration
public Texture FirstSource { get; set; }
Property Value
Type | Description |
---|---|
Texture |
InheritsRotation
Use VisionOSImageBasedLight.InheritsRotation.
Declaration
public bool InheritsRotation { get; set; }
Property Value
Type | Description |
---|---|
bool |
IntensityExponent
Use VisionOSImageBasedLight.IntensityExponent.
Declaration
public float IntensityExponent { get; set; }
Property Value
Type | Description |
---|---|
float |
SecondSource
Use VisionOSImageBasedLight.SecondSource.
Declaration
public Texture SecondSource { get; set; }
Property Value
Type | Description |
---|---|
Texture |