Enum InputProcessor.CachingPolicy
Caching policy regarding usage of return value from processors.
Namespace: UnityEngine.InputSystem
Assembly: Unity.InputSystem.dll
Syntax
public enum InputProcessor.CachingPolicy
Fields
Name | Description |
---|---|
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. |