Class ChangeParentConfigLocAttribute
Inheritance
System.Object
ChangeParentConfigLocAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class ChangeParentConfigLocAttribute : Attribute
Constructors
ChangeParentConfigLocAttribute(String, String, String, Type, Boolean)
Declaration
public ChangeParentConfigLocAttribute(string oldName, string newName = null, string tag = null, Type type = null, bool hide = false)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
System.String |
newName |
|
System.String |
tag |
|
System.Type |
type |
|
System.Boolean |
hide |
|
Fields
Hide
Declaration
Field Value
Type |
Description |
System.Boolean |
|
NewName
Declaration
Field Value
Type |
Description |
System.String |
|
PropName
Declaration
Field Value
Type |
Description |
System.String |
|
RestrictToTag
Declaration
public string RestrictToTag
Field Value
Type |
Description |
System.String |
|
RestrictToType
Declaration
public Type RestrictToType
Field Value
Type |
Description |
System.Type |
|
Extension Methods