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

State

Declaration
TState State { get; }
Property Value
Type Description
TState
Back to top Generated by DocFX