Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


alwaysRefreshEnabled

Whether to redraw SceneView at a fixed interval.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public bool alwaysRefreshEnabled { get; }

Remarks

Use this property to preview effects in the SceneView that are animated or dependent on the time uniform of a shader. This property affects Materials that are animated: if enabled, these Materials render with animation; if disabled, they render without animation.