Show / Hide Table of Contents

Class PieceManager

Inheritance
System.Object
Manager
PieceManager
Namespace: JotunnLib.Managers
Assembly: JotunnLib.dll
Syntax
public class PieceManager : Manager

Properties

| Improve this Doc View Source

Instance

Declaration
public static PieceManager Instance { get; }
Property Value
Type Description
PieceManager

Methods

| Improve this Doc View Source

RegisterPiece(String, String)

Declaration
public void RegisterPiece(string pieceTable, string prefabName)
Parameters
Type Name Description
System.String pieceTable
System.String prefabName
| Improve this Doc View Source

RegisterPieceTable(String)

Declaration
public void RegisterPieceTable(string name)
Parameters
Type Name Description
System.String name

Events

| Improve this Doc View Source

PieceRegister

Declaration
public event EventHandler PieceRegister
Event Type
Type Description
System.EventHandler
| Improve this Doc View Source

PieceTableRegister

Declaration
public event EventHandler PieceTableRegister
Event Type
Type Description
System.EventHandler
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX