Struct LightCookie | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX