Class FutureObjectReference
Future Object Reference is a reference to a Unity Object that might not exist yet (prefab instance).
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Tutorials.Core.Editor
Assembly: Unity.Tutorials.Core.Editor.dll
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 |