Search Results for

    Show / Hide Table of Contents

    Class StopwatchWatcher

    An implementation of TimeWatcher as a time counter using Stopwatch. This is used to track how long as action has performed for.

    Inheritance
    Object
    TimeWatcher
    StopwatchWatcher
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility
    Assembly: UtilityAIFramework.dll
    Syntax
    public class StopwatchWatcher : TimeWatcher

    Fields

    Stopwatch

    Declaration
    public Stopwatch Stopwatch
    Field Value
    Type Description
    Stopwatch

    Methods

    GetTotalSeconds()

    Declaration
    public override double GetTotalSeconds()
    Returns
    Type Description
    Double
    Overrides
    TimeWatcher.GetTotalSeconds()

    Restart()

    Declaration
    public override void Restart()
    Overrides
    TimeWatcher.Restart()

    Stop()

    Declaration
    public override void Stop()
    Overrides
    TimeWatcher.Stop()
    In This Article
    Back to top Generated by DocFX