docs.unity.cn
    Show / Hide Table of Contents

    Enum InputProcessor.CachingPolicy

    Caching policy regarding usage of return value from processors.

    Namespace: UnityEngine.InputSystem
    Syntax
    public enum CachingPolicy

    Fields

    Name Description Value
    CacheResult

    Cache result value if unprocessed value has not been changed.

    EvaluateOnEveryRead

    Process value every call to ReadValue() even if unprocessed value has not been changed.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on 27 March 2023
    Terms of use