Show / Hide Table of Contents

Class SkillDictionary

Inheritance
object
SkillDictionary
Namespace: ReAgent.State
Assembly: ReAgent.dll
Syntax
public class SkillDictionary

Properties

this[string]

Declaration
public SkillInfo this[string id] { get; }
Parameters
Type Name Description
string id
Property Value
Type Description
SkillInfo

Methods

Has(string)

Declaration
public bool Has(string id)
Parameters
Type Name Description
string id
Returns
Type Description
bool
In this article
Back to top Generated by DocFX