Class InputBindingsSavedEvent
Published via the Scylla Event eXchange System (SEX) when the current binding overrides are successfully serialized and persisted to storage for a given profile.
Inherited Members
ScyllaEvent.IsCancelled
ScyllaEvent.StopPropagation()
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
public class InputBindingsSavedEvent : ScyllaEvent
Remarks
Subscribe via ScyllaEvents.Listen<InputBindingsSavedEvent>.
The profile ID identifies which binding profile was saved; the storage backend
is determined by the configured IBindingStorage implementation.
Properties
ProfileID
Gets or sets the string identifier of the binding profile that was saved. The format and meaning of this ID are determined by the binding storage backend in use (e.g., PlayerPrefs key prefix, JSON file name).
Declaration
public string ProfileID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |