Contents

setField(at:name:value:)

Sets the value of the named field at the given path.

Declaration

func setField(at path: USDLayer.Path, name: USDToken, value: USDValue)

Parameters

  • path:

    The path of the spec to update.

  • name:

    The field name.

  • value:

    The new field value.

See Also

Reading and authoring fields