<Code Lib>
2025 Method
Changes 0
M

FabricSheet.PlaceInHost

Description:
Inserts the single Fabric Sheet instance into the host element.

public void PlaceInHost(
	Element hostElement,
	Transform transform
)

  • hostElement
    A structural element that will host the Fabric Sheet. The element must support fabric hosting.
  • transform
    The transform that defines the placement of the instance single Fabric Sheet.

Loading…