docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class InstantiatePrefabCriterion.FuturePrefabInstance

    Future prefab instance.

    Inheritance
    object
    InstantiatePrefabCriterion.FuturePrefabInstance
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Tutorials.Core.Editor
    Assembly: Unity.Tutorials.Core.Editor.dll
    Syntax
    [Serializable]
    public class InstantiatePrefabCriterion.FuturePrefabInstance

    Constructors

    FuturePrefabInstance(Object)

    Constructs with a specific prefab parent.

    Declaration
    public FuturePrefabInstance(Object prefabParent)
    Parameters
    Type Name Description
    Object prefabParent

    The parent Object of this FuturePrefabInstance

    Properties

    FutureReference

    Future reference.

    Declaration
    public FutureObjectReference FutureReference { get; set; }
    Property Value
    Type Description
    FutureObjectReference

    PrefabParent

    Prefab parent.

    Declaration
    public Object PrefabParent { get; set; }
    Property Value
    Type Description
    Object

    PreviousPrefabParent

    Previous prefab parent.

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