Show / Hide Table of Contents

Interface IWindowViewable

Interface that is required for a GameStateProperty to be displayed by a WindowView Monobehaviour.

Namespace: GDA.GameStateProperties.UI
Assembly: Assembly-CSharp.dll
Syntax
public interface IWindowViewable

Properties

severity

0-4 to mark the different stages of severity, 0 being best and 4 worst.

Declaration
int severity { get; }
Property Value
Type Description
System.Int32

value

Value for the WindowView to track changes.

Declaration
float value { get; }
Property Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX