This version of Unity is unsupported.

BaseBlock.SetRaw

Declaration

public void SetRaw(string rawString);

Parameters

rawString Raw string value.

Description

Sets a raw string value to this block.

If this block contains any children, Unity throws an error. To override child elements, first use Clear() on this block to clear it. Empty string is a valid value.