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.


    0
    EvaluateOnEveryRead

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


    1
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 27, 2023