canvasGroup

Field in LineView

Summary

The canvas group that contains the UI elements used by this Line View.

public CanvasGroup canvasGroup;

Remarks

If useFadeEffect is true, then the alpha value of this UnityEngine.CanvasGroup will be animated during line presentation and dismissal.

See Also

  • LineView.useFadeEffect: Controls whether the line view should fade in when lines appear, and fade out when lines disappear.

Last updated

Was this helpful?