Class FormerlySerializedAsAttribute
Inheritance
FormerlySerializedAsAttribute
Assembly: UnityEngine.dll
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = false)]
public class FormerlySerializedAsAttribute : Attribute, _Attribute
Constructors
|
Improve this Doc
View Source
Declaration
public FormerlySerializedAsAttribute(string oldName)
Parameters
Type |
Name |
Description |
String |
oldName |
|
Properties
|
Improve this Doc
View Source
Declaration
public string oldName { get; }
Property Value
Implements
Extension Methods