Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Remove(string)

Removes a template by name.
Read time 1 minuteLast updated 6 days ago

Definition

public bool Remove(string templateName)

Parameters

templateName

Name of the template to remove.

Returns

Type

Description

bool
true
if the template was found and removed; otherwise,
false
.