Struct LightMaps
Represents a container for light maps.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct LightMaps : ISharedComponentData, IQueryTypeParameter
Fields
Name | Description |
---|---|
colors | An array of color maps. |
directions | An array of directional maps. |
shadow |
An array of Shadow masks. |
Properties
Name | Description |
---|---|
has |
Indicates whether the container stores any directional maps. |
has |
Indicates whether the container stores any shadow masks. |
is |
Indicates whether the container stores any color maps. |
Methods
Name | Description |
---|---|
Construct |
Constructs a LightMaps instance from a list of textures for colors, direction lights, and shadow masks. |
Equals(Light |
Indicates whether the current object is equal to another object of the same type. |
Get |
Calculates the hash code for this object. |