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

Property<T0>.SetRaw

Declaration

public void SetRaw(string rawString);

Parameters

rawString Raw string value.

Description

Sets a raw string value to this property.

Empty string is a valid value. Unity throws an exception if this element was already modified in the same script.