Show / Hide Table of Contents

Class Time

Inheritance
Object
Time
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class Time

Properties

captureFramerate

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

deltaTime

Declaration
public static float deltaTime { get; }
Property Value
Type Description
Single

fixedDeltaTime

Declaration
public static float fixedDeltaTime { get; set; }
Property Value
Type Description
Single

fixedTime

Declaration
public static float fixedTime { get; }
Property Value
Type Description
Single

fixedUnscaledDeltaTime

Declaration
public static float fixedUnscaledDeltaTime { get; }
Property Value
Type Description
Single

fixedUnscaledTime

Declaration
public static float fixedUnscaledTime { get; }
Property Value
Type Description
Single

frameCount

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

inFixedTimeStep

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

maximumDeltaTime

Declaration
public static float maximumDeltaTime { get; set; }
Property Value
Type Description
Single

maximumParticleDeltaTime

Declaration
public static float maximumParticleDeltaTime { get; set; }
Property Value
Type Description
Single

realtimeSinceStartup

Declaration
public static float realtimeSinceStartup { get; }
Property Value
Type Description
Single

renderedFrameCount

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

smoothDeltaTime

Declaration
public static float smoothDeltaTime { get; }
Property Value
Type Description
Single

time

Declaration
public static float time { get; }
Property Value
Type Description
Single

timeScale

Declaration
public static float timeScale { get; set; }
Property Value
Type Description
Single

timeSinceLevelLoad

Declaration
public static float timeSinceLevelLoad { get; }
Property Value
Type Description
Single

unscaledDeltaTime

Declaration
public static float unscaledDeltaTime { get; }
Property Value
Type Description
Single

unscaledTime

Declaration
public static float unscaledTime { get; }
Property Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX