docs.unity3d.com
    Show / Hide Table of Contents

    Class FutureObjectReference

    Future Object Reference is a reference to a Unity Object that might not exist yet (prefab instance).

    Inheritance
    Object
    FutureObjectReference
    Namespace: Unity.Tutorials.Core.Editor
    Syntax
    public class FutureObjectReference : ScriptableObject

    Properties

    Criterion

    The Criterion this FutureObjectReference belongs to.

    Declaration
    public Criterion Criterion { get; set; }
    Property Value
    Type Description
    Criterion

    ReferenceName

    The name used to refer the Unity Object.

    Declaration
    public string ReferenceName { get; set; }
    Property Value
    Type Description
    String

    SceneObjectReference

    The SceneObjectReference of this FutureObjectReference.

    Declaration
    public SceneObjectReference SceneObjectReference { get; set; }
    Property Value
    Type Description
    SceneObjectReference
    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