Class WeaverDebugCanvas
Similar to WeaverCanvas, but this canvas will appear on top of everything else, and is mainly used for debugging tools that need to be visible above all other UI elements
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public class WeaverDebugCanvas : MonoBehaviour
Properties
| Edit this page View SourceContent
The child object where UI content should be placed
Declaration
public static Transform Content { get; }
Property Value
Type | Description |
---|---|
Transform |
Instance
Declaration
public static WeaverDebugCanvas Instance { get; }
Property Value
Type | Description |
---|---|
WeaverDebugCanvas |
SceneContent
The child object where scene specific UI Content should be placed. Any time a new scene is loaded, all child objects of this Transform will get destroyed
Declaration
public static Transform SceneContent { get; }
Property Value
Type | Description |
---|---|
Transform |