init(string:loadingPayloads:)
Creates a stage from a string containing a .usda document.
Declaration
init(string: String, loadingPayloads: USDStage.InitialLoadRule = .all) throwsParameters
- string:
The text of a
.usdadocument to open as the root layer. - loadingPayloads:
The rule that determines which payloads are loaded when opening the stage.