Struct RectLightDescription
Represents a Rectangle light.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct RectLightDescription
Fields
brightness
Describes the intensity of the light through physical properties.
Declaration
public LightBrightnessDescription brightness
Field Value
Type | Description |
---|---|
Light |
color
Describes the light's color properties.
Declaration
public LightColorDescription color
Field Value
Type | Description |
---|---|
Light |
height
height of the light.
Declaration
public float height
Field Value
Type | Description |
---|---|
float |
shadowEnabled
Whether this light casts shadows or not.
Declaration
public bool shadowEnabled
Field Value
Type | Description |
---|---|
bool |
shape
Describes the light's cone shape properties.
Declaration
public LightShapeDescription shape
Field Value
Type | Description |
---|---|
Light |
width
width of the light.
Declaration
public float width
Field Value
Type | Description |
---|---|
float |