docs.unity3d.com
    Show / Hide Table of Contents

    Class ObjectReference

    Used to refer Unity Objects in different Criterion implementations.

    Inheritance
    Object
    ObjectReference
    Namespace: Unity.Tutorials.Core.Editor
    Syntax
    public class ObjectReference : object

    Properties

    IsFutureReference

    Is this ObjectReference a FutureObjectReference instead of a SceneObjectReference;.

    Declaration
    public bool IsFutureReference { get; }
    Property Value
    Type Description
    Boolean

    SceneObjectReference

    The SceneObjectReference.

    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