Show / Hide Table of Contents

Class PieceConfig

Inheritance
System.Object
PieceConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class PieceConfig

Properties

| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Requirements

Declaration
public PieceRequirementConfig[] Requirements { get; set; }
Property Value
Type Description
PieceRequirementConfig[]

Methods

| Improve this Doc View Source

GetRequirements()

Declaration
public Piece.Requirement[] GetRequirements()
Returns
Type Description
Piece.Requirement[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX