Class ConfigLayoutMemberReference
A reference to a map or action that belongs to a group, keyed by GUID with the name cached alongside.
Inherited Members
Namespace: Scylla.Input
Assembly: ScyllaInput.dll
Syntax
[Serializable]
public class ConfigLayoutMemberReference
Remarks
The GUID is authoritative for identity, so a rename made in any editor keeps the membership intact. The name is kept because the runtime resolves membership by name, because a diff of this asset is unreadable without it, and because it is the only way to recover a reference whose GUID was regenerated by a merge.
Fields
MemberID
The action asset GUID of the member map or action.
Declaration
[Tooltip("The .inputactions GUID of the member map or action. Authoritative for identity.")]
public string MemberID
Field Value
| Type | Description |
|---|---|
| string |
MemberName
The member name at last sync, used when the GUID cannot be resolved.
Declaration
[Tooltip("The member name at last sync. Used when the GUID cannot be resolved.")]
public string MemberName
Field Value
| Type | Description |
|---|---|
| string |