Class InstantiatePrefabCriterion.FuturePrefabInstance
Future prefab instance.
Inherited Members
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 |