Show / Hide Table of Contents

Interface IStatefull<TState>

Statefull object with state property

Inherited Members
IStatefull.ResetState()
IStatefull.Sync()
Namespace: QuestFramework
Assembly: QuestFramework.dll
Syntax
public interface IStatefull<TState> : IStatefull
Type Parameters
Name Description
TState

Type of state

Properties

| Improve this Doc View Source

State

Declaration
TState State { get; }
Property Value
Type Description
TState
  • Improve this Doc
  • View Source
Back to top Generated by DocFX