Show / Hide Table of Contents

Class DebugCanvasExtension

When attached to an object and added to a registry, the object will be instantiated when the UI Debug Canvas starts

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
DebugCanvasExtension
Namespace: WeaverCore.Features
Assembly: WeaverCore.dll
Syntax
public class DebugCanvasExtension : MonoBehaviour
Remarks

The Debug Canvas is similar to the normal UI Canvas, but all UI Elements under it will be on top of everything else

Properties

| Edit this page View Source

AddedOnStartup

Declaration
public virtual bool AddedOnStartup { get; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

AddToDebugCanvas()

Declaration
public void AddToDebugCanvas()

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)
CoroutineUtilities.RunCoroutineWhile<T>(T, IEnumerator, Func<bool>)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾