FindAction()

public InputAction FindAction(string actionNameOrId, bool throwIfNotFound = false)
    {
        return asset.FindAction(actionNameOrId, throwIfNotFound);
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *