Struct LightCookie
Namespace: Unity.Rendering
Syntax
[Serializable]
public struct LightCookie : ISharedComponentData, IEquatable<LightCookie>
Fields
texture
Declaration
public UnityEngine.Texture texture
Field Value
Type | Description |
---|---|
UnityEngine.Texture |
Methods
Equals(LightCookie)
Declaration
public bool Equals(LightCookie other)
Parameters
Type | Name | Description |
---|---|---|
LightCookie | other |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.ValueType.GetHashCode()