Show / Hide Table of Contents

Class Keyring

Inheritance
System.Object
Keyring
Namespace: ShadowBox.Character
Assembly: cs.temp.dll.dll
Syntax
public class Keyring : MonoBehaviour

Properties

Keys

Declaration
public List<Key> Keys { get; }
Property Value
Type Description
List<Key>

Methods

Add(Key)

Declaration
public bool Add(Key key)
Parameters
Type Name Description
Key key
Returns
Type Description
System.Boolean

Contains(Key)

Declaration
public bool Contains(Key key)
Parameters
Type Name Description
Key key
Returns
Type Description
System.Boolean

Get(Key)

Declaration
public Key Get(Key key)
Parameters
Type Name Description
Key key
Returns
Type Description
Key

Remove(Key)

Declaration
public bool Remove(Key key)
Parameters
Type Name Description
Key key
Returns
Type Description
System.Boolean

Replace(Key, Key)

Declaration
public bool Replace(Key key, Key replacement)
Parameters
Type Name Description
Key key
Key replacement
Returns
Type Description
System.Boolean
Back to top Generated by DocFX