Struct SceneSectionBundle | Entities | 0.4.0-preview.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct SceneSectionBundle

    Namespace: Unity.Scenes
    Syntax
    [Serializable]
    public struct SceneSectionBundle : ISharedComponentData, IEquatable<SceneSectionBundle>, IRefCounted

    Constructors

    SceneSectionBundle(UnityEngine.AssetBundle)

    Declaration
    public SceneSectionBundle(UnityEngine.AssetBundle bundle)
    Parameters
    Type Name Description
    UnityEngine.AssetBundle bundle

    Fields

    Bundle

    Declaration
    public UnityEngine.AssetBundle Bundle
    Field Value
    Type Description
    UnityEngine.AssetBundle

    Methods

    Equals(SceneSectionBundle)

    Declaration
    public bool Equals(SceneSectionBundle other)
    Parameters
    Type Name Description
    SceneSectionBundle other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Release()

    Declaration
    public void Release()
    Implements
    IRefCounted.Release()

    Retain()

    Declaration
    public void Retain()
    Implements
    IRefCounted.Retain()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023