Class InputMapMetadata
Scylla-side data about one action map, keyed by the map's action asset GUID.
Inherited Members
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
[Serializable]
public class InputMapMetadata
Fields
Annotation
The authoring notes.
Declaration
public InputAnnotation Annotation
Field Value
| Type | Description |
|---|---|
| InputAnnotation |
IsHidden
Whether this map's rows are hidden from an in-game configuration screen.
Declaration
[Tooltip("Hides this map's rows from an in-game configuration screen.")]
public bool IsHidden
Field Value
| Type | Description |
|---|---|
| bool |
MapID
The map's GUID in the action asset. Authoritative for identity.
Declaration
[Tooltip("The map's GUID in the action asset. Authoritative for identity.")]
public string MapID
Field Value
| Type | Description |
|---|---|
| string |
QualifiedName
The map name at last sync. Authoritative for recovery when the GUID is gone.
Declaration
[Tooltip("The map name at last sync. Used for readable diffs and for recovery.")]
public string QualifiedName
Field Value
| Type | Description |
|---|---|
| string |
Properties
IsEmpty
Gets whether the record carries nothing worth preserving.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool |