Class ConverterVersionAttribute
By declaring a version number a ComponentSystem can ensure that any cached data by the asset pipeline was prepared using the active code.
If the version number of any conversion system or optimization system changes or a new conversion system is added, then the scene will be re-converted.
Inheritance
ConverterVersionAttribute
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ConverterVersionAttribute : Attribute, _Attribute
Constructors
ConverterVersionAttribute(String, Int32)
Declaration
public ConverterVersionAttribute(string userName, int version)
Parameters
Fields
UserName
Declaration
Field Value
Version
Declaration
Field Value