ActionIcons.lastActiveMap
public InputActionMap lastActiveMap { get; }Description#
Returns the last active action map
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ActionIcons target) { UnityEngine.InputSystem.InputActionMap result = target.lastActiveMap; } }