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. |