WeaverUtilities.

EditorSetName(Object, string) Method

Summary

[Editor-Conditional] target.name = name
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

[System.Diagnostics.Conditional(UnityEditor)]
public static void EditorSetName(this Object target, string name)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
target Object
name string

Return Value

Type Description
void