Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetRaw(string)

Sets a raw string value to this property.
Read time 1 minuteLast updated 11 days ago

Definition

public override void SetRaw(string rawString)

Parameters

rawString

Raw string value.

Remarks

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