Struct SphereLightDescription
Represents a Sphere light.
Inherited Members
Namespace: Unity.Importer.USD
Assembly: Unity.Importer.USD.dll
Syntax
public struct SphereLightDescription
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 |
radius
Radius of the light.
Declaration
public float radius
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 |
treatAsPoint
Whether the light is treated as a point or a volume.
Declaration
public bool treatAsPoint
Field Value
Type | Description |
---|---|
bool |