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. |