Show / Hide Table of Contents

Struct TimerState

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public struct TimerState

Fields

| Improve this Doc View Source

now

Declaration
public long now
Field Value
Type Description
Int64
| Improve this Doc View Source

start

Declaration
public long start
Field Value
Type Description
Int64

Properties

| Improve this Doc View Source

deltaTime

Declaration
public long deltaTime { get; }
Property Value
Type Description
Int64

Extension Methods

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