Click or drag to resize

TimedStateTrackerTStateData Methods

The TimedStateTrackerTStateData generic type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPause
Pauses this tracker.
Public methodStartState(TStateData, Single)
Starts a state, and returns a token that can be used to stop it again.
Public methodStartState(TStateData, Single, Action)
Starts a state, and returns a token that can be used to stop it again.
Public methodStopState
Stops the state associated with the token. The token must be one that was returned when the state was started.
Public methodToString (Inherited from Object.)
Public methodUnpause
Unpauses this tracker.
Public methodUpdate
Updates this tracker with the specified current time.
Top
Extension Methods
  NameDescription
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Top
See Also