docs.unity.cn
    Show / Hide Table of Contents

    Class EditorTimeBinding

    Inheritance
    Object
    EditorTimeBinding
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting
    Syntax
    public static class EditorTimeBinding

    Fields

    frameBinding

    Declaration
    public static Func<int> frameBinding
    Field Value
    Type Description
    Func<Int32>

    timeBinding

    Declaration
    public static Func<float> timeBinding
    Field Value
    Type Description
    Func<Single>

    Properties

    frame

    Declaration
    public static int frame { get; }
    Property Value
    Type Description
    Int32

    time

    Declaration
    public static float time { get; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, August 4, 2023