C# Class UnityEngine.Serialization.FormerlySerializedAsAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
FormerlySerializedAsAttribute ( string oldName ) : System

Method Details

FormerlySerializedAsAttribute() public method

public FormerlySerializedAsAttribute ( string oldName ) : System
oldName string The name of the field before renaming.
return System