Class HumanTemplate
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class HumanTemplate : Object
Constructors
| Improve this Doc View SourceHumanTemplate()
Declaration
public HumanTemplate()
Methods
ClearTemplate()
Declaration
public void ClearTemplate()
Find(String)
Declaration
public string Find(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name |
Returns
| Type | Description |
|---|---|
| String |
Insert(String, String)
Declaration
public void Insert(string name, string templateName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | |
| String | templateName |