Struct ScyllaInput.Meta
Compile-time constant metadata for the ScyllaInput module. These values are consumed by Scylla.Core.Modules.ScyllaModuleInfo and referenced in log messages throughout the module.
Inherited Members
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public struct ScyllaInput.Meta
Fields
API_DOCS_URL
The URL of the generated API reference for the module: ScyllaCore.URL_API_DOCS_BASE + "input/".
Declaration
public const string API_DOCS_URL = "https://apidocs.scyllaframework.com/input/"
Field Value
| Type | Description |
|---|---|
| string |
DESCRIPTION
A one-sentence description of the module's purpose.
Declaration
public const string DESCRIPTION = "Provides centralized input management using Unity's Input System with support for keyboard, mouse, and gamepad input."
Field Value
| Type | Description |
|---|---|
| string |
DOCS_URL
The URL of the user-facing documentation for the module: ScyllaCore.URL_DOCS_BASE + "input/".
Declaration
public const string DOCS_URL = "https://scyllaframework.com/docs-category/input/"
Field Value
| Type | Description |
|---|---|
| string |
ID
The unique module ID string, matching ScyllaModuleID.INPUT.
Declaration
public const string ID = "ScyllaInput"
Field Value
| Type | Description |
|---|---|
| string |
NAME
The full display name of the module.
Declaration
public const string NAME = "Scylla Input"
Field Value
| Type | Description |
|---|---|
| string |
SHORT_NAME
The abbreviated display name used in compact log prefixes.
Declaration
public const string SHORT_NAME = "Input"
Field Value
| Type | Description |
|---|---|
| string |
VERSION
The current semantic version of the module.
Declaration
public const string VERSION = "1.1.0"
Field Value
| Type | Description |
|---|---|
| string |