Class PieceManager
Inheritance
System.Object
PieceManager
Assembly: JotunnLib.dll
Syntax
public class PieceManager : Manager
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static PieceManager Instance { get; }
Property Value
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 |
|