docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FrozenRenderSceneTag

    Frozen scene tag.

    Implements
    ISharedComponentData
    IQueryTypeParameter
    Namespace: Unity.Rendering
    Assembly: Unity.Entities.Graphics.dll
    Syntax
    [Serializable]
    public struct FrozenRenderSceneTag : ISharedComponentData, IQueryTypeParameter

    Fields

    HasStreamedLOD

    Streaming LOD flags.

    Declaration
    public int HasStreamedLOD
    Field Value
    Type Description
    int

    SceneGUID

    Scene ID.

    Declaration
    public Hash128 SceneGUID
    Field Value
    Type Description
    Hash128

    SectionIndex

    Section ID.

    Declaration
    public int SectionIndex
    Field Value
    Type Description
    int

    Methods

    Equals(FrozenRenderSceneTag)

    Determines whether two object instances are equal.

    Declaration
    public bool Equals(FrozenRenderSceneTag other)
    Parameters
    Type Name Description
    FrozenRenderSceneTag other

    Other instance

    Returns
    Type Description
    bool

    True if the objects belong to the same scene and section

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    ValueType.GetHashCode()

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    ValueType.ToString()

    Implements

    ISharedComponentData
    IQueryTypeParameter
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)