Show / Hide Table of Contents

Enum RunningState

An enum that represents whether WeaverCore is in the Editor, or in the Hollow Knight Game

Namespace: WeaverCore.Enums
Assembly: WeaverCore.dll
Syntax
public enum RunningState

Fields

Name Description
Editor

WeaverCore is in the Unity Editor

Game

WeaverCore is in the Hollow Knight Game

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾