Contents

init(string:loadingPayloads:)

Creates a stage from a string containing a .usda document.

Declaration

init(string: String, loadingPayloads: USDStage.InitialLoadRule = .all) throws

Parameters

  • string:

    The text of a .usda document to open as the root layer.

  • loadingPayloads:

    The rule that determines which payloads are loaded when opening the stage.

Discussion

See Also

Creating a stage