Table of Contents

Class RenameMethods

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll
[Version(4, 5, 0)]
public static class RenameMethods
Inheritance
RenameMethods
Inherited Members

Methods

RenameSequentially(IEnumerable<Object>, string, int)

Renames the given objects sequentially using the provided base name and starting index.

RenameSequentially(int)

Renames the currently selected objects using their first object's name as the base name, starting from the given index.

RenameSequentiallyFrom0()

Renames the selected objects sequentially starting from 0.

RenameSequentiallyFrom1()

Renames the selected objects sequentially starting from 1.