ShaderUtil.UpdateShaderAsset
static function UpdateShaderAsset(shader: Shader, source: string): void;
static void UpdateShaderAsset(Shader shader, string source);
static def UpdateShaderAsset(shader as Shader, source as string) as void
Description