Show / Hide Table of Contents

Enum ObjectDestroyer.NameMatchType

Namespace: ItemChanger.Deployers
Assembly: ItemChanger.dll
Syntax
public enum NameMatchType

Fields

Name Description
FirstName

Destroys the first gameobject found in hierarchy with the provided ObjectName name.

NameSubstring

Destroys all gameobjects found in hierarchy with name containing the provided ObjectName as a substring.

Path

Destroys the first gameobject found in hierarchy with the provided ObjectName path.

Extension Methods

Extensions.Yield<ObjectDestroyer.NameMatchType>()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX