Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BaseBlock.GetRaw

Declaration

public string GetRaw();

Returns

string The raw string value when one is set. Otherwise, if the block has child elements, returns a raw string value that represents the child elements. Returns null if element is empty.

Description

Gets the raw value of this block.