docs.unity3d.com
    Show / Hide Table of Contents

    Class EditorCloudContext

    Inheritance
    Object
    EditorCloudContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.GenerativeAI.Editor
    Syntax
    public class EditorCloudContext : ICloudContext

    Properties

    TimeSinceStartup

    Declaration
    public double TimeSinceStartup { get; }
    Property Value
    Type Description
    Double
    Implements
    ICloudContext.TimeSinceStartup

    Methods

    RegisterForTickCallback(ICloudContext.Callback)

    Declaration
    public void RegisterForTickCallback(ICloudContext.Callback cb)
    Parameters
    Type Name Description
    ICloudContext.Callback cb
    Implements
    ICloudContext.RegisterForTickCallback(ICloudContext.Callback)

    UnregisterForTickCallback(ICloudContext.Callback)

    Declaration
    public void UnregisterForTickCallback(ICloudContext.Callback cb)
    Parameters
    Type Name Description
    ICloudContext.Callback cb
    Implements
    ICloudContext.UnregisterForTickCallback(ICloudContext.Callback)

    Explicit Interface Implementations

    ICloudContext.RegisterNextFrameCallback(ICloudContext.Callback)

    Declaration
    void ICloudContext.RegisterNextFrameCallback(ICloudContext.Callback cb)
    Parameters
    Type Name Description
    ICloudContext.Callback cb
    Implements
    ICloudContext.RegisterNextFrameCallback(ICloudContext.Callback)
    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