<Code Lib>
2021 Method
Changes 1
M

FabricSheet.SetUnobscuredInView

Description:
Sets this fabric sheet to be shown unobscured in a view.

public void SetUnobscuredInView(
	View view,
	bool unobscured
)

  • view
    The view element
  • Boolean
    unobscured
    True if fabric sheet is shown unobscured, false otherwise.

Loading…