Show / Hide Table of Contents

Class Key

Inheritance
System.Object
Key
Namespace: ShadowBox.Character
Assembly: cs.temp.dll.dll
Syntax
public class Key : ScriptableObject

Constructors

Key(Key)

Declaration
public Key(Key data)
Parameters
Type Name Description
Key data

Fields

BreakOnUse

Declaration
public bool BreakOnUse
Field Value
Type Description
System.Boolean

DestroyOnUse

Declaration
public bool DestroyOnUse
Field Value
Type Description
System.Boolean

keyIcon

Declaration
public Sprite keyIcon
Field Value
Type Description
Sprite

keyName

Declaration
public string keyName
Field Value
Type Description
System.String

SingleUseKey

Declaration
public bool SingleUseKey
Field Value
Type Description
System.Boolean

Properties

IsBroken

Declaration
public bool IsBroken { get; }
Property Value
Type Description
System.Boolean

Methods

BreakKey()

Declaration
public void BreakKey()

RefreshKey(Key)

Declaration
public void RefreshKey(Key data)
Parameters
Type Name Description
Key data
Back to top Generated by DocFX