Spelunx Cavern SDK
Loading...
Searching...
No Matches
IDebugKeys.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
using
UnityEngine;
3
4
namespace
Spelunx
5
{
6
// An interface for all DebugKey components, to make finding them in the scene easier
7
public
interface
IDebugKeys
8
{
9
public
List<(
string
Key,
string
Description)>
KeyDescriptions
();
10
11
public
void
DoExtraGUI
() { }
12
}
13
}
Spelunx.IDebugKeys
Definition:
IDebugKeys.cs:8
Spelunx.IDebugKeys.KeyDescriptions
List<(string Key, string Description)> KeyDescriptions()
Spelunx.IDebugKeys.DoExtraGUI
void DoExtraGUI()
Definition:
IDebugKeys.cs:11
Spelunx
Definition:
TagUtil.cs:4
CavernSDK
Packages
com.spelunx.cavern.sdk
Runtime
Scripts
Keyboard
IDebugKeys.cs
Generated by
1.9.6