docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Time

    Implements
    IDataNode
    INode
    IHasExecutionType<Time.TimeType>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Runtime
    Assembly: solution.dll
    Syntax
    [Serializable]
    [NodeDescription(Time.TimeType.DeltaTime, "Return the time between the current and previous frame.")]
    [NodeDescription(Time.TimeType.ElapsedTime, "Return the length of the current session, in seconds.")]
    [NodeDescription(Time.TimeType.FrameCount, "Return the total number of frames that have passed.")]
    public struct Time : IDataNode, INode, IHasExecutionType<Time.TimeType>

    Fields

    Name Description
    Value

    Properties

    Name Description
    Type

    Methods

    Name Description
    Execute<TCtx>(TCtx)

    Extension Methods

    IVisualScriptingEventReceiverJobExtensions.Schedule<TJob, TEvent>(TJob, VisualScriptingEventSystem, JobHandle)
    In This Article
    Back to top
    Copyright © 2024 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)